All Collections
Purchasely SDK
Paywall
Why the QRCode to preview my paywall doesn't work?
Why the QRCode to preview my paywall doesn't work?
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 a week 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.

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