1.check your App ID
2.Ad hoc provision file
3. Make sure checked the Ad hoc option which is very small text
Exporting iOS on intelXDK needs only 3 of these. Im using HTML5 export for my iOS on Intel XDK, I tried Android exporting files but it was not good as HTML5. Some problems may encounter such as no audio and orientation, Alert at beginning, the game is not resume and suspend when minimize.
Resolving:Delete the alert command in index.html .Check Audio and Device plugin on the right side, and check out this link to fix Orientation . Put the resume and suspend commands in exported Android index.html to your index.html.
Thats all of my problems with iOS exporting. Hope this can help you.
Hi — I'm glad that it works for you.
My ios orientation symptom is: though I specify landscape via Intel Xdk (such as 1) 'build settings: orientation' and 2) 'launch icons and splash screens: orientation'), I still get portrait on my ios device.
Will your kind lead to 'Intel XDK Orientation Sample' resolve my situation? If so, can there be more explaination, since I'm a noob to patching code? (Interestingly enough, phonegap-build does honor my landscape choice.)
Thx in advance. Jason