Hi,
I'm having a problem launching an iOS app that is built using In-House build type. We have Apple Enterprise Developer Program Certificate and generate In-House Provisioning Profile and can generate IPA files. I also trust the profile on my phone as an enterprise app but the app always crashing/exits upon launching it. I check the logs on Xcode to look for a problem and the message log says "
Bootstrapping failed
for <FBApplicationProcess: 0x14289dff0; application<ourdomain>:<invalid>> with error: <NSError: 0x28252fa20; domain: RBSRequestErrorDomain; code: 5; reason: "Launch failed."> {
underlyingError = <NSError: 0x28252d080; domain: NSPOSIXErrorDomain; code: 85>;
}"
Thanks for the help.
Please note that we have an Android version and it works fine.
This is already resolved, I Just enable TLS 1.2 in client-server via registry and then rebuild the app.
I use this documentation from OutSystems.