Software Archive
Read-only legacy content
17061 Discussions

Need some assistance with iOS Cert / mobileprovision / CSR

Jason_T_2
Beginner
324 Views

So I recently upgraded to v3240.

I migrated my existing iOS developer certificate successfully.  
Leaving my existing provision file in XDK, I was able to successfully build an iOS ipa file.

Unfortunately, when I went to upload the new .ipa to the Apple Store, I noticed that my Apple Prod Distribution Cert was expired / revoked .  It no longer exists.

I tried utilizing the original .CSR (which was generated from XDK - just a prior version) to create a new Prod Dist Cert & provisioning file, however I got a 65 error (no identity found) when attempting to build.

Can anyone tell me the proper procedure to re-create a Prod Dist Cert / provisioning file that has expired in the Apple store w/o affecting the ability to update my existing application in the App Store?

(Is there a way to utilize the converted developer cert p12 file - or extract the csr from this file to recreate a Prod Cert on the App Store?)

Thx

0 Kudos
1 Solution
Swati_S_Intel1
Employee
324 Views

Please create a new certificate with a newly generated .csr from XDK. Your app in the app store will not be affected. You need a valid certificate to sign your app (new or update). 

Follow the steps mentioned in this post : https://software.intel.com/en-us/forums/intel-xdk/topic/627945#comment-1870013 or from this webinar video : https://software.intel.com/en-us/videos/app-certificate-management at 16:45 min on how to create a P12 file

View solution in original post

0 Kudos
2 Replies
Swati_S_Intel1
Employee
325 Views

Please create a new certificate with a newly generated .csr from XDK. Your app in the app store will not be affected. You need a valid certificate to sign your app (new or update). 

Follow the steps mentioned in this post : https://software.intel.com/en-us/forums/intel-xdk/topic/627945#comment-1870013 or from this webinar video : https://software.intel.com/en-us/videos/app-certificate-management at 16:45 min on how to create a P12 file

0 Kudos
Jason_T_2
Beginner
324 Views

Thank you. That did the trick.

0 Kudos
Reply