Software Archive
Read-only legacy content
17061 Discussions

Builds IOS App but it won't give option to download or send link

Kevin_k_1
Beginner
503 Views

I have built a Windows 8 app and an Android app no problem. When I build them there is the option to download, link or send to App store.

However when I build for IOS store (certificates and everything sorted) it builds but then nothing happens. The message that says the App is building goes away but there is no error report or options to progress.

I've no idea what to do. 

0 Kudos
1 Reply
John_H_Intel2
Employee
503 Views

A couple of things to look at:

1. The CF Bundle Version is an integer. You have it set as a string.

2. Try reducing the size of your app to see if that is part of the issue. Its over 200 mb currently.

3. Dont include the ios_distribution.cer file in your bundle. It will probably get rejected by apple on submission.

After fixing these, try uploading/building again.

0 Kudos
Reply