Hello Outsystems Community,
I had a problem regarding iPhone Application. When I installed the app from Outsystems service center, the phone returned an error like this:
translation: This app cannot be installed because the integrity cannot be verified.
My MABS version is 9.0. The iOS version is 16.
Thank you in advance.
Hi Erick,
Do you have "Apple Developer" and follow as this steps (https://success.outsystems.com/documentation/11/delivering_mobile_apps/generate_and_distribute_your_mobile_app/generate_and_distribute_your_mobile_app_to_a_limited_group_of_end_users/) ?
Thanks
Hi @Erick Alexander,
So, behind the scenes, IOS is going to validate your device ID from the IPA file and if it doesn't matches, you won't be able to install.
For applications to be installed on IOS, you need to provide your IOS device ID and get a provisioning profile generated for that. Upload that provisioning profile while generating a new build and then try to install.
IOS won't just allow you to install any applications directly.
Regards,
Prakhar Sharma