iphone - The identifier "EventApp" in your code signature for EventApp must match your app's Bundle ID -


i'm trying publish first iphone app (monotouch) to store following error after uploading:

the identifier "eventapp" in code signature eventapp must match app's bundle id "net.mydomain.myappname".

i have following settings in monodevelop configured:

  • bundle identifier: net.mydomain.myappname

i have tried changing identifier "net.mydomain.myappname.eventapp" (similar screenshot: http://monotouch.net/@api/deki/files/29/=dist-app-settings.png) can't build anymore because monodevelop shows following error: "build failed. array index out of range"

i had in info.plist file in build-output folder. (eventapp.app) what's in there after build:

bundle name: eventapp bundle identifier: net.mydomain.myappname executable file: eventapp

another trial rename project "myappname" didn't work.

is there location somewhere in *.app package identifier be? ideas how fix this? thanks

be sure use correct app store provisioning profile created specific bundle id. bundle id used create profile should match bundle id provided in itunes connect while creating application there. use same bundle id in 3 places. 1. creating provisioning profile 2. info.plist 3. itunesconnect


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -