Test Flight App IPA?
Braydon_SFX
Member, Sous Chef, Bowlboy Sidekick Posts: 9,273
Hey there Y'all,
I am trying to upload my app to testflightapp.com and I am at the step where it wants you to drag that "IPA" in.
Is that the GameSalad adhoc file? (referring to Tshirtbooth's video, it's called testadhoc or something)
It doesn't seem to want to drop in there. I do see a green + sign, but I don't see the file name or anything.
Do I need to convert the game into an IPA or something?
I am trying to upload my app to testflightapp.com and I am at the step where it wants you to drag that "IPA" in.
Is that the GameSalad adhoc file? (referring to Tshirtbooth's video, it's called testadhoc or something)
It doesn't seem to want to drop in there. I do see a green + sign, but I don't see the file name or anything.
Do I need to convert the game into an IPA or something?
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
Comments
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
I'm using Testflight with GS and it works great.
One little reminder/warning.. remember as you go add-crazy in testflight you still have to add each new person to your provisiong file through dev.apple... and download and compile with the new updated provisioning file otherwise new folks will be unable to install.. its a little extra work but in the long run once you get the bulk of your folks in your system its awesome as you push out new builds etc..
Good luck!
Caleb
so you mean like publishing to an adhoc device?
I have watched Tshirtbooths video tutorial and getting an adhoc installed, so is that what you mean?
If so, I have tried that. I zipped it and renamed it with an .ipa at the end and it still doesn't work.
When I save the file to my desktop for example, do I need to save it as a .app?
When you say I would still have to add each new person to my provision profile, does that mean getting their UDID?
I am pretty sure that's what you mean, just making sure. :-)
Thanks for you time.
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
'Invalid IPA: could not find the info.plist. Are you sure this is a valid IPA?'
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
However, I think it now has the right folder, but it says this : 'Invalid IPA: the .app must be in a "Payload" (case-sensitive) folder.'
However, it is exactly what it needs to be, "Payload" with a cap "P"
I don't know what to do now.
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
I created a folder on my desktop, then put the file in, zipped it, and renamed it with an .ipa. Still doesn't work
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
1. you have a great friend who wants to try out your game...
2. you go to add a team member in the test flight site.. you know.. you put an email address in there and shoot it off..
3. when they get the email they need to access the email THROUGH the iOS device..
4. I don't remember the exact steps but if they use the device to access the email.. it will take them through the process to download the provisioning file and so forth..
5. NOW here is the trick.. you still must take their 40 digit ID and add it to your provisioning file in the developer.apple.com site.. and download and make a new build with the updated provisioning file.
6. Upload this new build and this one will install.
If they go through the install stuff and download the app and get flack about not being able to install it, this is most likely why.
Caleb
So how can I get it .
Thanks..
I found the answer by using the example plist file here:
http://www.adobe.com/devnet/digitalpublishingsuite/articles/distributing-enterprise-ios-viewer-apps.html
I just replaced the bundle identifier, version, and URL with the right values for my app. If you don't know them, you can find them (except the URL, which you will provide) in the info.plist file which is in the .app archive of your compiled gamesalad project.
You will also need to add MIME-types for .mobileprovision, .ipa, and .plist to your web server -- you can find the procedures for this with a google search.