If I'm using StoreKit 2 and App Store Server Notifications v2, do I really need to implement Transaction.updates inside my app? My app has an auto-renewable subscriptions InApp Purchase and I don't want to have data race problems with the subscriptions status updates on my server.
App Store Server Notifications and Transaction.updates
Add a Comment