Question

I am using https://build.phonegap.com for my phonegap project. The phonegap built app works perfectly in Android.But while trying to install .xap in windows phone it shows error like "Can't install.contact your support team .. etc" and for iOS it shows error in https://build.phonegap.com itself ["You must provide a signing key, first."] .Can you please suggest me the tips to solve these Windows phone & iOS issues??

Thanks in Advance...

Was it helpful?

Solution

For Windows phone - currently build.phonegap.com does not support WP8 QR code installation. You need to download WP8 sdk, and then you can use Application deployment tool to install your apps on a WP8 device or Emulator.

iOs - 1. you need a developer account for iOs 2. you need to create provisioning profile with UDIDs of iOs device registered for development. 3. then you need to convert your iOs developer certificate to .p12 and upload it alongside with provisioning profile to build.phonegap.com

I hope that helps.

P.S. More info about iOs certificates

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top