Being new to iOS development, I'm assuming that I'm missing something here; but for the life of me I had a horrific time figuring out how to use an appAccountToken with a SubscriptionStoreView in iOS's StoreKit. I can just send my user's UUID in the purchase transaction, and have my server handle everything independently on the back end. Why wouldn't I want to do that?
I naively figured just googling those two keywords would be enough, but no. ChatGPT 4o said it was impossible to use those two things together, and DeepSeek R1 referenced inAppPurchaseStart instead of inAppPurchaseOptions.
Hopefully if anyone else is out there googling, here you go!
This is all you need,