when trying to run my app in debug mode it looks like working but I can't see anything..
the app can't install also (release mode ok)
maybe something with the certificates?
Edit: B4i v5
the app can't install also (release mode ok)
maybe something with the certificates?
B4X:
' #If RELEASE
' #CertificateFile: ios_distribution.cer
' #ProvisionFile: App.mobileprovision
' #END IF
'#Entitlement: <key>aps-environment</key><string>production</string>
'use the distribution certificate
#CertificateFile: ios_development.cer
'use the provision profile that goes with the explicit App Id
#ProvisionFile: Development2018.mobileprovision
Edit: B4i v5
Last edited: