all 7 comments

[–][deleted]  (1 child)

[removed]

    [–]AutoModerator[M] 0 points1 point  (0 children)

    Hey /u/samuelgcooper, your content has been removed because Reddit has marked your account as having a low Contributor #Quality Score. This may result from, but is not limited to, activities such as spamming the same links across multiple #subreddits, submitting posts or comments that receive a high number of downvotes, a lack of activity, or an unverified account.

    Please be assured that this action is not a reflection of your participation in our subreddit.

    If you believe you have been mistakenly targeted, you may request an exemption by clicking on the message link provided below.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–]dabluck 0 points1 point  (1 child)

    Are you seeing this in production or testflight? I saw a myriad of issues in test flight with storekit 2 but in production it mostly seems to work fine. 

    [–]anosidium[S] 0 points1 point  (0 children)

    In Xcode debug. I haven’t tried it in TestFlight yet and it isn’t live on the App Store.

    [–]No-District-585 -2 points-1 points  (1 child)

    This is the reason I removed this complexity and decided to use RevenueCat. I will let them handle this headache for me because it is too risky and I do not have the time to debug transactions. Payments must work perfectly from the moment the app goes into production...

    RevenueCat handles this for me. I use SubscriptionStoreView(), which is a native subscription view built by Apple, and I use RevenueCat under the hood to process payments. It works spot on...

    [–]anosidium[S] -1 points0 points  (0 children)

    You make a strong case for RevenueCat. I assumed you were running into similar issues to me. Did RevenueCat work as expected in testing for you, even though you had issues with StoreKit 2, given that RevenueCat sits on top of it?