0

I have uploaded a new ios binary of my app with a new bundle ID.

I am waiting for quite some time for it to show on my dashboard, but it's not showing.

Are there any steps that can be done to make this faster? or just to be sure the binary is there?

Tiago Veloso
  • 8,513
  • 17
  • 64
  • 85
  • By "uploaded a new iOS binary" do you mean you did a new distribution using Fabric Beta? If so, did you both build and run your app with the new bundle ID before uploading to Beta? – Alexizamerican Aug 09 '17 at 19:17
  • 1
    I have solved this issue with Fabric's support. Thank you for your help. The new bundle ID was not showing up in the dashboard. But I had builded it to device and simulator and uploaded an IPA to their servers – Tiago Veloso Aug 12 '17 at 20:28

1 Answers1

2

If you build and run the app in your simulator with the Fabric.with statement, the run script build phase, and the info.plist entries your app will then appear on the dashboard. After that you'll be able to use the Beta distribution product of Fabric.

Thanks!

Todd Burner
  • 2,202
  • 12
  • 15