provisioning

Registering iPhone for development without Xcode

I'm developing an iPhone app, and would like to distribute it to some of my non-technical friends and family members for testing and feedback. I've got their UDIDs, and I've added them to my provisioning profile, but they still can't load the app or the profile. I've got a feeling that they need to have their phones enabled for developm...

Reuse Development C.S.R. for Distribution certificate

So, I've created a development certificate for my iPhone app, and in the process I saved a C.S.R as a CertificateSigningRequest.certSigningRequest file on the computer hard drive with Keychain Access Certificate Assistant. It seems to me that Apple asks for an exactly same file to be generated and saved onto the hard drive for requestin...

Google Provisioning API: read-only access without admin account. Possible?

For my project I need to have read-only access for my GApps-for-Domain domain-specific data. E.g. retrieve all users, their details, domain groups etc. Seems, that is not possible without providing domain administrator's login and password. As I understand it means I must have admin account credentials listed somewhere in my code. This ...

iphone : install developer build into devices not added to provisioning

Hi, A have created a build. with a provisioning profile. Now there is a new device i have to install the build. but that is not in the provisioning. Now i have to modify the provisioning. add device into it. download provisioning again and build again with new provisioning. now this new build will be installed into new provisioning. ...

Setting up connection in 3cx Assistant.

Friends, I'm an newbie in VoIP softphone setup. I have just installed 3cx Assistant. I'm struggling to create a new connection in 3cx Assistant. I do not understand what's "Provisioning URL" it is talking about. Kindly help me out setting up a connection... Thanks in advance. ...

"InstallProhibited" received from device

Hi, I recently uptdated my iphone to IOS 4.0.1 and I cannot use the device for devolpment any more. I have the following error when xcode installs the app on the device: "InstallProhibited" received from device. The provisioning profiles are correctly installed and I could use the device for testing before the IOS update. Did anyone ...

iPhone SDK: Profile was not copied because it cannot be played on this iPod

I've created an AdHoc distribution profile. When I try to copy it to an 3g iPod touch, I get the following error message. Profile.mobileprovision was not copied to the iPod because it cannot be played in this iPod. I am confused. Why would I have a problem installing a Adhoc provisioning profile on an iPod touch? Any help appreciate...

Is it possible to install a provisioning profile without iTunes?

Hey, I made an adhoc version of my iPhone app for a beta tester and he installed it on his device and everything was working fine. Yesterday, he got a message saying that the provisioning profile is about to expire in four days. He is on the road and doesn't have his computer with him so he can't sync his device with iTunes. Is there a ...

Accessing Code Signing Certificates on OSX in order to build an XCode provisioning utility [C# preferred]

Hey folks, I'm creating a utility in C# to setup provisions and build settings for an iPhone project. The XCode project file contains these lines: CODE_SIGN_ENTITLEMENTS = ***; CODE_SIGN_IDENTITY = ***; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "***"; ... PROVISIONING_PROFILE = ...

Adhoc app not showing in iTunes when dragged in

Distribution certificate recently expired so had to create another one. Everything seemed to work ok - I made a zipped build with the profile & app file. Sent to a co-worker who installed with no problem. Sent to another who had a "signer invalid" message and the client I sent to says they get a "do you want to replace embedded mobile ...

Took over iPhone development on an app from another developer and getting code signing error..

I am able to get the software to build and run in the simulator and when I set it to device I get a code signing error as it has the previous developers code signature. How do I get it to use my provisioning profile. ...

iPhone Team Provisioning Profile - Invalid

On the iPhone Provisioning Portal, it shows my iPhone Team Provisioning Profile is Invalid. There is a "Managed by Xcode" text. The "renew" button is disabled. How can I fix that? Thanks ...

Xcode codesigning fails every other build

My iPhone project fails to build every other time and gives me the following info: CodeSign build/Debug-iphoneos/coati.app cd /Users/rpeck/Documents/Coati setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" setenv _CODESIGN_ALLOCATE_ /Developer/Platforms/iPhoneOS.platfo...

problem in creating - Provisioning Portal.

i'm trying to create an In-App purchase. but i'm facing a problem in creating - Provisioning Portal. After creating an APP ID, On the “Configure App ID” screen, i'm unable to get that option “Enable In App Purchase”. what could be the possible error i'm making in the procedure ? ...

iphone provisioning question after restore

I recently restored my iphone, will i need to go through the provisioning process again? I ask because I'm getting the "no provisioned iphone OS device is connected" message. I've had this message before and unplugged it and it eventually worked. not this time though, thanks for any help. ...

Error provisioning profile

I successfully built my app for distribution, but now, it does`t build anymore for debug on my iPhone device. Xcode try to run on my distribution profile instead of my developer profile. If I change the bundle identifier for what it was before, when I build I get a Code Sign error: The identity 'iPhone Distribution' doesn't match any ide...

Adding devices to team provisioning profile

I need to add a device to my team provisioning profile, however I do not physically have the device so I can't hook it up to my computer so Xcode can't add the UDID to my devices and to the team provisioning profile. Is there a way to add it manually to the team provisioning profile, I can't figure out how to edit it. Also when I add t...

Is there any advantage to using a wildcard provisioning profile?

I remember before reading that if you used a wildcard provisioning id (eg net.nevan.*), you could have easier sharing of information between your apps. Now, many things require a provisioning id for each app to be unique (iAds, notifications, in-app purchase). Actually, looking at my apps on the app store, they are all using unique ids. ...

Recreated iphone distribution certificate - want to configure existing Provisioning Profiles to use new cert?

My iphone distribution certificate was due to expire. I clicked the button next to the error message on the distribution certificate tab to recreate it, and followed the instructions to create a new certificate. (Note I used a new CSR - might this be a problem?). The certificate was created sucessfully, and I want to move my existing p...

iPhone distribution provisioning problem

I'm trying to distribute my iPhone application and doing everything like in apple's manuals. And finally, there is no embedded.mobileprovision in MyApp.app. And also there is nothing about it in Built results. I followed all the recommendations (like clean all targets, clear CodeSign identity, remove all build directories and launch xCod...