Post

Replies

Boosts

Views

Activity

Reply to IAP: How to pass appAccountToken when users redeem offer codes
Hi there! I am also very interested to know if there is currently a way to associate a UUID to a purchase after the code redemption is successful (which can happen in-app or even outside the app in App Store redemption screen). When a code is redeemed successfully, we get a status update from Product.SubscriptionInfo.Status.updates asynchronous sequence after the purchase transaction is done. From this we have access to the successful transaction, subscription state etc... But we never got the chance to set appAccountToken value in the transaction which is empty, meaning it's also empty in the server notification received by our backend preventing us from identifying which internal account this transaction is attached to. I guess a solution would be to send the original_transaction_id alongside the UUID from the app to our backend using a custom endpoint, but I am interested to know if there is a way to do that using Apple APIs.
Topic: App & System Services SubTopic: StoreKit Tags:
Jan ’23
Reply to Xcode Cloud Dependency Resolution - out-of-date resolved file
Resolved this issue by adding the Package.resolved to .gitignore to force Xcode Cloud to generate its own.
Replies
Boosts
Views
Activity
Oct ’24
Reply to IAP: How to pass appAccountToken when users redeem offer codes
Hi there! I am also very interested to know if there is currently a way to associate a UUID to a purchase after the code redemption is successful (which can happen in-app or even outside the app in App Store redemption screen). When a code is redeemed successfully, we get a status update from Product.SubscriptionInfo.Status.updates asynchronous sequence after the purchase transaction is done. From this we have access to the successful transaction, subscription state etc... But we never got the chance to set appAccountToken value in the transaction which is empty, meaning it's also empty in the server notification received by our backend preventing us from identifying which internal account this transaction is attached to. I guess a solution would be to send the original_transaction_id alongside the UUID from the app to our backend using a custom endpoint, but I am interested to know if there is a way to do that using Apple APIs.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to iOS build not showing in Testflight
We have been experiencing the same issues since Wednesday night. Upload to TestFlight is successful using fastlane or even manual upload, but the builds never show up "processing".
Replies
Boosts
Views
Activity
Oct ’22