App is not opening when built in protected mode - release

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

I have the private and public keys ready and the fin files.

I used them before and was able to build the app in protected mode under release. The app worked before as far as I can remember. But now we are trying to use the same keys and build other applications. We can build under release but the app does not get pass the splash screen.

Am I missing something?

Also is there anyway we can use only 1 set of keys to build for several workstations?

Ex. keys are generated from the server, can be used in Mac and Windows workstations

Thanks!

You haven't indicated if it is a problem on IOS or Andorid

"We can build under release but the app does not get pass the splash screen."

Attaching a log might help here analyse why app exits as soon as it boots up.

Possible causes might me that the app might detect your device as malicious and might be exiting.

You might want to try launching the app on another device and check.

Same keys can be used to build multiple app and can be used on multiple systems and multiple Systems differing in OS i.e MAC and windows

If issue is in iPhone, please do below steps to resolve the issue. I am also providing screenshots for your reference.

--> Open Xcode and Select the Protected mode target on the top of the Xcode and click on edit schema (Refer Screenshot 1)

--> Then select Run tab --> select Protected mode from the dropdown. (Refer Screenshot 2)

--> Then Uncheck the Debug Executable.

--> Then select Archive Tab, then select Protected mode from the dropdown.

Thanks

Please find Screenshot1

Please find Screenshot2