x


Unity iPhone - App Deployment Help

Hi all,

I'm ready to submit my first unity iphone game to the app store and i've gone through the iTunes Connect stage and have created a new app listing with my description, screenshots, icon etc. The only thing left for me to do is upload the app binary (zipped up i believe). When I tried uploading the zipped .app file, apple gave me the following error:

"The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate."

After getting this error, I discovered that in the dev center I need to set up a distribution profile, which I have now set up and installed. I then re-built my game, zipped up the .app and tried to upload again, but i'm still getting the same error once it's uploaded.

Am I supposed to do any configuration in Unity3D after creating the distribution provisioning profile or should Unity do it's thing automatically once the profile is installed on this machine?

Thanks

Mat

more ▼

asked Apr 13 '10 at 09:29 AM

Mat Brummitt gravatar image

Mat Brummitt
220 21 23 32

(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

The provisioning profile stuff is actually not handled in Unity at all, except make sure you have the right name in the player settings. (Probably "com.YourCompanyName.NameOfGame" with the last two items set to the actual names.) The rest of it is handled in Xcode. There are detailed docs in the dev center for building your app using the distribution profile, including a couple of quirks you should be aware of. (Particularly doing "clean all targets" before doing the distribution build, otherwise it seems to build OK but probably won't be properly codesigned. They tell you how to check for that too.)

more ▼

answered Apr 13 '10 at 10:28 AM

Eric5h5 gravatar image

Eric5h5
80.1k 41 132 519

(comments are locked)
10|3000 characters needed characters left
more ▼

answered Apr 15 '10 at 06:05 PM

touchgamedev gravatar image

touchgamedev
100 5

Both links are broken.

Dec 26 '12 at 03:25 PM ZenithCode
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x1998
x652
x38
x26
x14

asked: Apr 13 '10 at 09:29 AM

Seen: 5503 times

Last Updated: Dec 26 '12 at 03:25 PM