Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > Community Center > Ad Hoc Beta Testing

Reply
 
LinkBack Thread Tools Display Modes
Old 05-02-2009, 11:18 PM   #1 (permalink)
Space Nerd
 
Join Date: May 2009
Location: San Francisco, CA
Posts: 5
Send a message via AIM to timmyd Send a message via Skype™ to timmyd
Unhappy Entitlements? No Entitlements?

Folks-

I'm trying to create an Ad Hoc distribution for my app, so I can distribute it to a few select beta testers. I'm following the steps on the official iPhone program portal.

I've created a Distribution code signing cert, and an Ad Hoc .mobileprovision file.
I've uploaded the .mobileprovision to my iPhone.
I cloned my "Release" Xcodeproject configuration and renamed it "Distribution".
I set the code signing identity in the Release conifig to my Distribution cert.
I created an "Entitlements.plist" file and added to my project.

So far, so good.

But now when I try to select my "Entitlements.plist" file for my "code signing entitlements", the XCode project inspector gives me no UI to enter the file name.

Attachment 1 ("Entitlements.jpg") is what I'm supposed to see, according to the iPhone Developer Program Portal's instructions.

Attachment 2 ("NoEntitlements.jpg") is what I actually see.

If I build my app without this Entitlements.plist, it fails to upload to my iPhone - I get the dreaded 0xE800003A "application verification failed". So it appears I need to set my Code Signing Entitlements file correctly - yet I cannot.

I haven't found anyone else with this problem. I'm utterly flummoxed. Thoughts welcome. A free copy of our astronomy software goes to the first person who can figure this out!

-timmyd
Tim DeBenedictis
Carina Software
Attached Images
File Type: jpg Entitlements.jpg (81.8 KB, 12 views)
File Type: jpg NoEntitlements.jpg (85.9 KB, 8 views)
timmyd is offline   Reply With Quote
Old 05-12-2009, 03:32 PM   #2 (permalink)
Registered Member
 
Join Date: Apr 2009
Posts: 41
Default

Quote:
Originally Posted by timmyd View Post
Folks-

I'm trying to create an Ad Hoc distribution for my app, so I can distribute it to a few select beta testers. I'm following the steps on the official iPhone program portal.

I've created a Distribution code signing cert, and an Ad Hoc .mobileprovision file.
I've uploaded the .mobileprovision to my iPhone.
I cloned my "Release" Xcodeproject configuration and renamed it "Distribution".
I set the code signing identity in the Release conifig to my Distribution cert.
I created an "Entitlements.plist" file and added to my project.

So far, so good.

But now when I try to select my "Entitlements.plist" file for my "code signing entitlements", the XCode project inspector gives me no UI to enter the file name.

Attachment 1 ("Entitlements.jpg") is what I'm supposed to see, according to the iPhone Developer Program Portal's instructions.

Attachment 2 ("NoEntitlements.jpg") is what I actually see.

If I build my app without this Entitlements.plist, it fails to upload to my iPhone - I get the dreaded 0xE800003A "application verification failed". So it appears I need to set my Code Signing Entitlements file correctly - yet I cannot.

I haven't found anyone else with this problem. I'm utterly flummoxed. Thoughts welcome. A free copy of our astronomy software goes to the first person who can figure this out!

-timmyd
Tim DeBenedictis
Carina Software
Just double click the Entitlements field, it'll popup an entry field where you can just type in Entitlements.plist ...

Steve
Appacity is offline   Reply With Quote
Old 05-12-2009, 03:51 PM   #3 (permalink)
Space Nerd
 
Join Date: May 2009
Location: San Francisco, CA
Posts: 5
Send a message via AIM to timmyd Send a message via Skype™ to timmyd
Default

Quote:
Originally Posted by Appacity View Post
Just double click the Entitlements field, it'll popup an entry field where you can just type in Entitlements.plist ...

Steve
Steve-

Please re-read my posting, and look at the screenshots. There is no Entitlements field for me to click. That is the problem I need to solve.
timmyd is offline   Reply With Quote
Old 05-13-2009, 12:12 PM   #4 (permalink)
Registered Member
 
Join Date: Nov 2008
Posts: 812
Default

Go back to XCode, select "Device" from the pop-up instead of "Simulator". Then bring up the Target properties again.
johnqh is offline   Reply With Quote
Old 05-13-2009, 12:28 PM   #5 (permalink)
Space Nerd
 
Join Date: May 2009
Location: San Francisco, CA
Posts: 5
Send a message via AIM to timmyd Send a message via Skype™ to timmyd
Default

Quote:
Originally Posted by johnqh View Post
Go back to XCode, select "Device" from the pop-up instead of "Simulator". Then bring up the Target properties again.
John,

I've tried every popup in Xcode that could conceivably have a "Device" vs. "Simulator" option, and none of them made any difference. When you say "the pop-up", which pop-up are you referring to? Can you provide a screen shot?

Sorry to be so dense here. Your help is appreciated.

-Tim
timmyd is offline   Reply With Quote
Old 05-13-2009, 12:32 PM   #6 (permalink)
Registered Member
 
Join Date: Nov 2008
Posts: 812
Default

Quote:
Originally Posted by timmyd View Post
John,

I've tried every popup in Xcode that could conceivably have a "Device" vs. "Simulator" option, and none of them made any difference. When you say "the pop-up", which pop-up are you referring to? Can you provide a screen shot?

Sorry to be so dense here. Your help is appreciated.

-Tim
Not the one in the property window. I am referring to the main project window - "Device/Simulator - 2.0 | Debug | (Project name)" popup, with "Overview" label below it.
johnqh is offline   Reply With Quote
Old 05-13-2009, 01:00 PM   #7 (permalink)
Space Nerd
 
Join Date: May 2009
Location: San Francisco, CA
Posts: 5
Send a message via AIM to timmyd Send a message via Skype™ to timmyd
Default

Quote:
Originally Posted by johnqh View Post
Not the one in the property window. I am referring to the main project window - "Device/Simulator - 2.0 | Debug | (Project name)" popup, with "Overview" label below it.
John,

That was the first one I tried. No joy. Here is a screen shot from Xcode running on my system:

http://www.carinasoft.com/Picture2.jpg

-Tim
timmyd is offline   Reply With Quote
Old 05-13-2009, 01:03 PM   #8 (permalink)
Registered Member
 
Join Date: Nov 2008
Posts: 812
Default

See the third item from the top in the target property, "Base SDK"?

Change to "iPhone Device 2.2"
johnqh is offline   Reply With Quote
Old 05-13-2009, 01:15 PM   #9 (permalink)
Space Nerd
 
Join Date: May 2009
Location: San Francisco, CA
Posts: 5
Send a message via AIM to timmyd Send a message via Skype™ to timmyd
Default

Holy cow. I'm sure I tried this one before and it made no difference. Obviously I can be sure, and still be wrong - it worked this time.

Thank you for your help. Email me at timmyd at carinasoft dot com, and I'll make sure you get a free copy of our app.

-Tim
timmyd is offline   Reply With Quote
Old 01-21-2010, 01:46 AM   #10 (permalink)
Registered Member
 
Join Date: Aug 2009
Posts: 126
Default app submission

what will be the project build mode (distribution or release mode) for app submission ??
and do we need to put adhoc profile also ??
rahul7star is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 256
17 members and 239 guests
2WeeksToGo, @sandris, AdamL, ADY, BrianSlick, Dani77, Dattee, GHuebner, headkaze, mer10, prchn4christ, smithdale87, Thompson22, timle8n1, Touchmint, vigu360
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,880
Threads: 89,228
Posts: 380,747
Top Poster: BrianSlick (7,129)
Welcome to our newest member, @sandris
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 12:52 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0