|
|
|
|
|
- Overview
- Automatic and manual signing
- Overview
- Files to retrieve
- Configuring the signature in the wizard
- Signing the application in Xcode
Signature of iOS applications
iOS requires that applications be signed. The generation wizard offers multiple options: - Automatic signature: This signature mode is based on a "Provisioning Profile" file, generated by Apple and available in the Apple development portal.. Data not specified in the file is defined by Xcode during compilation.
This option is recommended if the Apple account used for deploying the application is configured on the Mac used for compilation. In this case, the Apple account manager gives all the permissions to the developer when compiling on the Mac. - Manual signature: This signature mode is based on two "Provisioning Profile" files (file used for development and file used for distribution), generated by Apple and available in the Apple development portal..
This option is recommended if the Apple account is not configured on the Mac used for compilation. In this case, the Apple account manager will not give all the permissions to the developer. This signing mode is available for both iOS and Mac Catalyst. - Signature in XCode: This signature mode allows you to sign in Xcode, when compiling the iOS project generated by WINDEV Mobile..
Automatic and manual signing Overview - If you choose the automatic signing option, you only need one type of provisioning profile (development OR distribution).
- If you choose the manual signing option, you need two provisioning profiles (development AND distribution). Signing information is more precise.
Files to retrieve To retrieve the necessary files in the Apple Developer Portal: - See the next page: https://developer.apple.com/membercenter/index.action
- Once logged in, select the "Certificates, Identifiers & Profiles" option.
- Click on "Provisioning profiles", then on the type of profile you require: Distibution or Development..
- Download the desired files corresponding to your application on your PC ("Download" button).
Configuring the signature in the wizard In the "Signature" step of the WINDEV Mobile generation wizard: - Select the signature management mode.
- If you choose the automatic mode:
- Click "Import" and select the corresponding file.
- The "Prefix" field is automatically filled.
- If you choose the manual mode:
- Click "Import" and select the file corresponding to the development profile.
- Click "Import" and select the file corresponding to the distribution profile.
These actions are available for both iOS and Mac Catalyst platforms.
Signing the application in Xcode If you choose to sign the application in Xcode, the WINDEV Mobile wizard generates the Xcode project corresponding to the iOS application. To learn more on the signing options, see Compiling a WINDEV Mobile project in Xcode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|