Tagged: custom
- This topic has 7 replies, 3 voices, and was last updated 4 years ago by support-michael.
-
AuthorPosts
-
MalakSadikParticipantHi
I want to add more devices so i can install the ios app for development. From the ios member center devices, i added the device and edited the development provisioning and marked the device. Then when i download it and double click it for installation, the key chain pops an error:” an error has occurred. Unable to import an item”. How to fix that, whats next and how to update it in myeclipse?
support-swapnaModeratorHi,
Sorry that you are seeing this issue.
Can you please give us some more information?
1. What format did you use for signing ? Is it private key/certificate or .p12?
2. Where exactly do you see this error? Do you see this error while configuring the signing profile or during the build?
MalakSadikParticipantI”m using .p12
The error occurs when i download the provisioning from the member center and double click it for installation.
I edited the provisioning to add iphone6 to the devices so i can install my app through gapbebug.
I cant install the app into a new phone. What are the required steps?
MalakSadikParticipantany good references?
support-swapnaModeratorHi,
Are you manually editing the provision profile to add the devices?
You have to login to the Apple iOS development program,add the devices and then generate the provision profile including that device.
Here are couple of links which you can refer for managing certificates on Mac :
https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/Introduction/Introduction.html
https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html#//apple_ref/doc/uid/TP40012582-CH31-SW1
https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingProfiles/MaintainingProfiles.html#//apple_ref/doc/uid/TP40012582-CH30-SW1Hope it helps. Let us know if you see any issues.
MalakSadikParticipant@support-swapna wrote:
Hi,
Are you manually editing the provision profile to add the devices?
You have to login to the Apple iOS development program,add the devices and then generate the provision profile including that device.
Here are couple of links which you can refer for managing certificates on Mac :
https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/Introduction/Introduction.html
https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html#//apple_ref/doc/uid/TP40012582-CH31-SW1
https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingProfiles/MaintainingProfiles.html#//apple_ref/doc/uid/TP40012582-CH30-SW1Hope it helps. Let us know if you see any issues.
Yes I already added the device from the portal and even created a new provisioning profile including the device, download it and used it in myeclipse phonegap build. The app won’t install throug gapdebug, it shows no responsr
Whats wrong?
MalakSadikParticipantAfter i download the provisioning profile, is there any thing i need to do or i just locate it in myeclipse signing configuration and build?
the builds are always successfyl but the app is not installed through gapdebug. Is the problem from my iphone? web inspector is turned on. Any thing else?
support-michaelKeymasterHi MalakSadik,
I work on GapDebug and just saw your post.
Let’s see if we can isolate the installation problem.1) if you connect your ios device via usb cable does it show up in the GapDebug device panel?
I have assumed yes since you described not being able to do install your app. I just needed to confirm this.
2) if #1 is yes, then the issue will most likely be with the signing certificate or provision profile. You stated that you added your device UDID to your profile.
To be 100% sure, open the provision profile you are using in an editor such as wordpad. It will have a bunch of binary data but you can see the device UDID’s listed. Make sure your device UDID is listed.
3) Lastly, instead of using GapDebug, try using itunes to install the app to your device.
-
AuthorPosts