Skip to main content

How to get the QRCode and deeplink in the Purchasely console to preview my paywall?

Starting with native SDK 3.3.0, Purchasely allows you to preview a paywall on device.

Jeff Grang avatar
Written by Jeff Grang
Updated over 6 months ago

The preview feature is super handy to preview a paywall on a real device but requires a minimal setup to be working:

  • Have the native SDK 3.3.0 (or 2.3.0 for Flutter, ReactNative and Cordova)

  • You need to define the app scheme of your app (iOS, Android)

  • You need to active the deeplinks for Purchasely SDK

  • You need to save your paywall

โš ๏ธ You won't be able to perform purchases in preview mode.

Is it not working on Android ?


On some devices, deeplinks like myapp:// are not opened by the camera, this is a limitation from Google.
Instead you can use App Links like https://myapp.com/ as the scheme for your application.
Our platform will then use a link in this format: https://myapp.com/ply/presentations_preview/MY_PAYWALL_ID embedded in the QR Code that should work on your device if you have followed Android documentation

Did this answer your question?