Skip to main content
Participant
January 18, 2012
Question

Errors when sending iOS to phone.

  • January 18, 2012
  • 1 reply
  • 762 views

So I have been trying to build an App and I get the same error everytime i try to add the .IPA to my phone.

a valid provisioning file for this executable was not found

I am using a Moileprovision and a p12 file that were built on a mac and I am on a PC. (Yes I am in the UDID and the mobileprovision is on my phone as a profile) could there be a problem because the 2 files were not built on my machine?

This topic has been closed for replies.

1 reply

Participant
January 19, 2012

So I finally was able to get this working. quick question though. is there anyway to hide the status bar?

January 19, 2012

Hi:

you can insert <fullScreen>true</fullScreen> as a child of <initialWindow>in your application xml.

Participant
January 19, 2012

Nah I tried that and it still shows up. my code looks like this in application.xml

<initialWindow>

                    <title>Test</title>

                    <content>Testmobile.swf</content>

                    <visible>true</visible>

                    <fullScreen>true</fullScreen>

                    <autoOrients>false</autoOrients>

                    <aspectRatio>landscape</aspectRatio>

                    <!--<renderMode>gpu</renderMode>-->

</initialWindow>

could I be doing something wrong. I did notice the bar is not there during my Default loading Picture. but appears after the game starts