Question

Alternative method "SwiftyStoreKit.completeTransactions()

  • 24 May 2024
  • 1 reply
  • 18 views

Badge +1
Good afternoon Please tell me, for auto-renewable subscriptions we used the SwiftyStoreKit library, now we are close to switching to Revenuecat. A question arises, SwiftyStoreKit has a method SwiftyStoreKit.completeTransactions() If there are any pending transactions at startup, they will be reported by the completion block so that the application state and UI can be updated.If there are no pending transactions, the completion block will not be called. How is this issue resolved here?

This post has been closed for comments

1 reply

Badge +4

Hi @vlada-bacb56 ,

We have a guide for migrating SwiftyStorekit to RevenueCat that you can find here.

Specifically in the case you mention, RevenueCat does that automatically when you configure the SDK at the app start. 

 

I hope this helps!