Pushing build to Test Flight - some work, some don't

Hey everyone,

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.

Same thing happening to me. I got one build to push successfully and show in TestFlight but none of my builds have shown up since.

1 Like

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.

  1. 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.

  2. 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)

Hope that helps!

Thanks for sharing your experience @avolaunch, hope this helps other users as well

We are looking into ways of validating these inputs before submitting a build, because its currently a pretty opaque process

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.