please help! giving an iOS build for downloading/uploading

Hello everybody!

I’m trying to get a working iOS build to a customer for downloading and uploading purposes.

However, its against their policy to provide me with their app store distribution certificate and distribution provisioning file.

I only have access to a bundle ID for the app.

They’re downloading the payloads to iTunes and onto their ipads from their.

The app shows up on the iPad but this is what happens:

  1. Launch app

  2. Splash screen of logo shows

  3. Screen goes blank and nothing works

How would I go about getting them a build that they can open on to iTunes without getting their dist. cert and provisioning file?

 I’ve tried so many things I’m at a loss of what to do.

Any help or feedback would be greatly appreciated!

Thanks in advance!

You’ll need to set up an AdHoc distribution profile in the iOS Dev Center with the UUID’s of their devices that they will be using.

Compile and sign with the AdHoc profile, and send the app to them via email.

You’ll need to set up an AdHoc distribution profile in the iOS Dev Center with the UUID’s of their devices that they will be using.

Compile and sign with the AdHoc profile, and send the app to them via email.