Posts

Post not yet marked as solved
16 Replies
In our case it was because we were using the ad-hoc provisioning profile rather than app-store. We've always done this but something seems to have changed (maybe xcode 12, maybe something on the store side). Switching to app-store made it work, though the .ipa to be uploaded through transporter is roughly 10 times the size (not sure why, I hope the app size as apparent to users isn't similarly bloated).
Post not yet marked as solved
16 Replies
Having this issue now in React Native project having upgraded to RN 0.63.3 and Xcode to 12.1. Not sure what to do....
Post marked as solved
6 Replies
I just tried one more time and it all worked. I did a fresh npm install before the build but I don't think that was anything to do with it - it just decided to work this time after 5 previous failures.
Post marked as solved
6 Replies
Yes appears in Activity tab and TestFlight tab for a minute or so with the status "Processing..." but then disappears,
Post marked as solved
6 Replies
I also regularly get the error "There was an error sending data to the App Store. Scheduling restart shortly ..." though it does normally recover from that. It does still ultimately fail with the import error even if this doesn't happen though.
Post marked as solved
6 Replies
I'm on latest xcode (10.2.1). The binary does reach app store connect because if I try to upload again straight away it's complaining that the build number is already uploaded, so I have to increment that and rebuild every time.