We are getting the same issue as well."There was a problem loading the environment's status.Request ID: ***-***-***-***"
Post
Replies
Boosts
Views
Activity
We had the same problem with Xcode 12 and iOS 14.0 & 14.1 but it looks like it's been resolved on iOS 14.2.
Could anyone confirm that?
Thanks for the workaround tho!
From the last comment on this thread: https://developer.apple.com/forums/thread/656601?page=2
Open a new project with a Watch Extension, symbols will start downloading. Then open the initial project back, you should be able to build on the watch. It worked for me!
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".
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.
Resolved this issue by adding the Package.resolved to .gitignore to force Xcode Cloud to generate its own.