Purchases
The SDK allows you to synchronize subscription and in-app purchase status.
Update these values after a successful purchase or subscription.
Subscription status
Update the current subscription status:
magify.subscriptionStatus = SubscriptionState.ACTIVE_PAID
In-app purchase status
Update the current in-app purchase status:
magify.inAppStatus = InAppStatus.PURCHASED
Next step
You have now completed the basic Magify Android SDK integration.