1 - open Xcode 2 - open certificates and add them to keychain and xcode (password is 1234) 3 - select Signing & Capabailitis and uncheck Automatically manage signing 4 - change bundle identifier to this pattern - > anardoni.export.<your_personal_identifier> 5 - select import profile and import download mobileProvision file
forget about certificates, use Sibapp_Export.app to export your Xcode archives easily and without any effort. 1 - download the app located in the main directory of this repository 2 - run it 3 - select your Xcode archive (which you should archive your app normally with your code with your bundle id and Apple ID) 4 - select export and you are ready to go. thank us later
forget about certificates, use Sibapp_Export.app to export your Xcode archives easily and without any effort. 1 - download the app located in the main directory of this repository 2 - run it 3 - select your Xcode archive (which you should archive your app normally with your code with your bundle id and Apple ID) 4 - select export and you are ready to go. thank us later
Question: What is the password?
Answer: 123456
Question: How to remove old certificates?
Answer: Simple! Take a look at here.
Question: Can I use these certificates for push notifications?
Answer: Sadly, No!
Question: Can I use these certificates to install .ipa
on my device?
Answer: You can not install .ipa
apps on non-jailbroken devices without a valid code-signing. You should re-sign your .ipa
with free (7 days) or paid (1 year) Apple developer account and install it on your device. These certificates are for app export only.
Question: Any documents?
Answer: Yep, it's here