- creating a product within the Qonversion dashboard and associating it with a purchase action on your screen,
- implementing and providing a
PurchaseDelegateto Qonversion No-Codes that is responsible for managing purchase and restore requests from No-Code screens.
Implementing PurchaseDelegate
To handle purchase and restore requests from No-Code screens on your end, you should implement PurchaseDelegate. It has two simple methods - purchase, accepting the requested product, and restore.
Providing PurchaseDelegate
Once you’ve implemented the PurchaseDelegate, you need to provide it to Qonversion No-Codes. There are two equal ways to do it - during the initialization via configuration or after - via the No-Codes method.
Availability
The described feature is available in the following SDK versions| Platform | SDK version |
|---|---|
| iOS | 6.1.0+ |
| Android | No-Codes 1.2.1+ |
| React Native | 10.1.0+ |
| Flutter | 11.1.0+ |
| Unity | 9.0.0+ |
| Cordova | 7.0.0+ |
| Capacitor | 1.0.0+ |
Success and Failure Actions Create Offerings