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 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