You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to build .apk for latest version android phones and app is working fine.
With following command:
ionic cordova run ios – --buildFlag="-UseModernBuildSystem=0"
I am able to build iOS project from ionic and able to generate ipa file from xcode 10. But after installing .ipa on actual device (with iOS 12 and above), app open for a second and went into background.
Same .ipa file is working fine for older iOS devices with iOS 9 and 10.
Hi,
I found the resolution for this issue.
It seems the issue was with CT signature issue.
Posting the resolution, so it might help someone.
In Keychain Access, I set the trust settings to "Use System Defaults" for the following certificates:
Apple Worldwide Developer Relations Certification Authority
Developer ID Certification Authority
iPhone Developer: {email}
iOS Distribution
After this, in XCode do clean build for the project. Also restart XCode.
No description provided.
The text was updated successfully, but these errors were encountered: