Expand my Community achievements bar.

SOLVED

App is not installing properly

Avatar

Level 1

The app is not installing, has been signed with valid certificates. We are not able to see our icon populate in Itunes and cannot get our test app to publish for viewing

1 Accepted Solution

Avatar

Correct answer by
Employee

This is likely caused by the UDID of your device not being added to the mobileprovision file.

1. Obtain your device ID (UDID) from iTunes or Xcode.

2. Go into the iOS Developer Center, add the UDID, and then edit the mobileprovision file to include that UDID.

3. Download that mobileprovision file and rebuild your app using that file.


Your app should appear when you load it.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

This is likely caused by the UDID of your device not being added to the mobileprovision file.

1. Obtain your device ID (UDID) from iTunes or Xcode.

2. Go into the iOS Developer Center, add the UDID, and then edit the mobileprovision file to include that UDID.

3. Download that mobileprovision file and rebuild your app using that file.


Your app should appear when you load it.