Restore purchase is restoring the purchase when user hasn’t purchased at all
I am using Storekit to implement In-App Purchase in my app. It’s live now. I have implemented a non-consumable purchase to remove ads. Now the issue is if even a new user tap on restore purchase, it’s successfully restoring the purchase which it shouldn’t. I am unable to debug it due to lack of testing device but I have asked multiple people to download the app and restore the purchase and they were successfully transitioned to Premium.
StoreKit 2 Xcode Manage Transactions – subscription purchased but “unfinished”?
I am using SubscriptionStoreView in conjunction with the modifiers .onInAppPurchaseCompletion, .subscriptionStatusTask, and .manageSubscriptionSheet to allow my users to choose from either a monthly or yearly subscription option. I do NOT have any Consumable, Non-Consumable, or Non-renewing Subscription options.
In-App Purchases – Is it possible to reset purchase history for TestFlight testers?
I am currently trying to add In-App purchase subscription choices (one monthly and one yearly) to my app using SubscriptionStoreView and the modifiers .onInAppPurchaseCompletion, .subscriptionStatusTask, and .manageSubscriptionsSheet. I know that I can test this via Xcode with the .storeKit configuration file.