Anyone struggling with seeing their new build on Test Flight once the push has been successful from Bubble?
I have had one version successul (1.0.1) and is currently showing in Test Flight, so I know I have all my keys and p8 uploads correct.
However, when I try push new builds since, they just don’t show up in Test Flight, yet Bubble still marks the latest version as pushed. It’s even remembering the latest patch version even though it’s not displaying on App Store Connect.
I am now going on to version 1.0.5 (trying both New Build and OTA), yet the last available version showing on App Store Connect is still 1.0.1.
Ideally, if there are any errors with the submission, it would be nice to know what went wrong in the process.
Got support on this and it turns out it was an item in the mobile settings. For reference, here are 2 things I did wrong that caused my apps to not reflect in Test Flight once deployed.
I had uploaded the wrong .p8 file (Private Key). I had generated this on a previous project and just hadn’t filed it away correctly, causing me to upload the wrong one. Your deployment will happen and show as being successful, but you won’t see it on Apple’s side.
Filling in the App Scheme field incorrectly. I think this pertains to deeplinks and is optional (as it says there). However, if you are going to do it, just note to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only. This means ommitting “https://” from the URL, which was my mistake. (eg: https://website.com becomes website.com)