To test iOS apps on devices, you must get SSL certificates and provision your device for testing. This can be done at the Apple Developer Member Center.
You can then provision your device with the mobile provision file to identify the apps that are signed with a certificate. Adding the mobile provision file to an .ipa file (through IPA signing) ensures that the signatures on the certificate match the signatures of those who can run the apps on their devices.
Mobile Testing can sign iOS .ipa files before deploying them to your test device. Some configuration is required for it to function properly.
Follow these steps:
Note: You can also add your device through iTunes.
The file name is similar to this example: iOS_Team_Provisioning_Profile_.mobileprovision.
MOBILE_PROVISION = path to iOS_Team_Provisioning_Profile_.mobileprovision
IOS_CERTIFICATE = name of the certificate as displayed in Keychain Access (not the certificate filename itself)
Note: You do not need to type the exact string, as the codesign utility can match it. You can use a name such as "iPhone Developer" and that would be enough to be a unique name. However, if you have other iOS certificates, it is good practice to use the entire certificate name.
Copyright © 2014 CA Technologies.
All rights reserved.
|
|