Prerequisites for Code Signing App for Users | Zoho Creator Help
Prerequisites for iOS app for users
This help page is for users in Creator 6. If you are in the older version (Creator 5), click here. Know your Creator version.
To enable your users to install your Zoho Creator application as a native app on their iOS device, Apple mandates that you have to code sign your application using the certificates from the Apple Developer Enterprise Program. Code signing your app for iOS has the following prerequisites:
Navigate to the Certificates, IDs & Profiles page:
Navigate to the Certificates page, then click the create (plus) button:
Select Apple Distribution, then click the Continue button at the top-right.
Upload the .certSigningRequest file mentioned in step 7, then click Continue.
Download the certificate and open it.
Go to Keychain Access on your Mac.
Select My certificates under Category in the bottom-left pane. The certificate you downloaded along with a private key will be available in the right pane.
Control-click then select Export.
Create a password for the file and remember the same for future use.
Navigate to the Certificates, IDs & Profiles page:
Go to the Identifiers page.
Select the App ID that you created in the previous section. You'll then get to edit your app ID configuration.
Check the Push Notifications checkbox under the Capabilities section, then click Save:
Click Create Certificate under the Production SSL Certificate section, then click Done.
Click Continue.
Upload the .certSigningRequest that you downloaded in step 7 of this section, then click Continue.
Download the certificate and open it.
Go to Keychain Access in your Mac.
Select My certificates under Category in the bottom-left pane. The certificate you downloaded along with a private key will be available in the right pane.
Control-click and select Export.
Create a password for the file and remember the same for future use.
Download the p12 file. This will be your iOS app's APNs p12 file.