Enable purchases

To proceed with this guide, make sure you’ve completed the store integration and created at least one product as described in the previous guide on adding products.

Now that you have products, you need a way to show them to users. Adapty gives you three options:

  • Flow Builder (recommended): No-code visual editor for the full purchase journey. The Adapty SDK renders the result natively, so there’s no UI code to write.
  • Manual paywall: You create a paywall, attach products to it, and render the UI yourself in app code.
  • Adapty Paywall Builder (Legacy): No-code paywall editor.

Both options end the same way: you attach what you built to a placement. The placement is what your app calls at runtime to fetch the right content for the right user.

Next steps

You now have something for the SDK to deliver. Next, integrate the Adapty SDK into your app and start fetching the placement.