Download the app here:
https://itunes.apple.com/us/app/news...510153374?mt=8
Open the app, register and log in your account.
Open Flex app, and search for:
- FMUtility
Select isPremiumTrialStarted and set it to TRUE
Select isPremiumPurchased and set it to TRUE
Select premiumExpirationDate and set it to NULL
- FMPremiumPurchaseViewController
Select autoRenewingSubscriptionActive and set it to TRUE
Select activeSubscriptionDaysFoundInReceipt and set it to 365
- MKStoreManager
Select Unit for +(bool) isFeaturePurchased:(id) and set the BOOL to TRUE
- RMAppReceipt
Select containsActiveAutoRenewableSubscriptionOfProductIdentifier:(id) forDate:(id) and set the BOOL to TRUE
Select containsActiveNonRenewableSubscriptionOfProductIdentifier:(id) forDate:(id) forDurations:(id) daysRemaining:(unsigned long long*) and set the BOOL to FALSE
- RMAppReceiptIAP
Select isActiveAutoRenewableSubscriptionForDate:(id) and set the BOOL to TRUE
Select subscriptionExpirationDate and set it to NULL
Enjoys!
https://itunes.apple.com/us/app/news...510153374?mt=8
Open the app, register and log in your account.
Open Flex app, and search for:
- FMUtility
Select isPremiumTrialStarted and set it to TRUE
Select isPremiumPurchased and set it to TRUE
Select premiumExpirationDate and set it to NULL
- FMPremiumPurchaseViewController
Select autoRenewingSubscriptionActive and set it to TRUE
Select activeSubscriptionDaysFoundInReceipt and set it to 365
- MKStoreManager
Select Unit for +(bool) isFeaturePurchased:(id) and set the BOOL to TRUE
- RMAppReceipt
Select containsActiveAutoRenewableSubscriptionOfProductIdentifier:(id) forDate:(id) and set the BOOL to TRUE
Select containsActiveNonRenewableSubscriptionOfProductIdentifier:(id) forDate:(id) forDurations:(id) daysRemaining:(unsigned long long*) and set the BOOL to FALSE
- RMAppReceiptIAP
Select isActiveAutoRenewableSubscriptionForDate:(id) and set the BOOL to TRUE
Select subscriptionExpirationDate and set it to NULL
Enjoys!
Comments
Post a Comment