Purchases
Here you will be able to find various purchases-relater API:
- PurchaserService provides all API to work with in-app purchases and subscriptions;
- SubscriptionService is responsible for automatic actualization of subscription status;
- IMinimalInAppStore allows you to pass purchase and subscription information to Magify SDK;
- IInAppStore allows you to pass more purchase and subscription information to the advanced Magify SDK;
- PurchaseInfo contains the purchase transaction information needed to gather analytics and validation.
- TrustedPurchaseRecord is data model is needed to track purchase analytics without validation from Magify;
- PurchaseType allows you to select the required purchase type for the purchase data model without validation;
- PeriodType allows you to select the required purchase period type for the purchase data model without validation;
- ProductIdType allows you to select the required product id type for the purchase data model without validation;
- TrustedPurchaseRecord.Store defines the store where the purchase was made without validation.