hey guys,
when developing we're using
- Push notifications: Apple Push Notifications Services SSL Certificates->Production SSL Certificate.
- Production certificate: Production-> Appstote and ad hoc certificate.
- Provisioning Profile-> Distribution
In release (developing) we have been using:
our app is now ready to upload to Apple store, then.. do we have to use?:
#If RELEASE
#CertificateFile: ios_distribution.cer
#ProvisionFile:????.mobileprovision
#END IF
when developing we're using
- Push notifications: Apple Push Notifications Services SSL Certificates->Production SSL Certificate.
- Production certificate: Production-> Appstote and ad hoc certificate.
- Provisioning Profile-> Distribution
In release (developing) we have been using:
Ref: https://www.b4x.com/android/forum/t...ions-push-messages-server-not-required.68645/#iPhoneOrientations: Portrait
', LandscapeLeft, LandscapeRight
'#iPadOrientations: Portrait, LandscapeLeft, LandscapeRight, PortraitUpsideDown
' #If RELEASE
' #CertificateFile: ios_distribution.cer
' #ProvisionFile:????.mobileprovision
' #END IF
#Entitlement: <key>aps-environment</key><string>production</string>
'use the distribution certificate
#CertificateFile: ios_distribution.cer
'use the provision profile that goes with the explicit App Id
#ProvisionFile: pushapp.mobileprovision
our app is now ready to upload to Apple store, then.. do we have to use?:
#If RELEASE
#CertificateFile: ios_distribution.cer
#ProvisionFile:????.mobileprovision
#END IF
Last edited: