436
Views
2
Comments
Solved
how to install native app on iOS simulator?
Question

Hi,

I'm trying to run app in iOS simulator to get debug data but when I follow native app link and click get->install I see error "Cannot open page" ... because the address is invalid."

Is it possible to run native apps on simulator?


Thank you


2018-06-11 09-12-53
Rodrigo Coutinho
Staff
Solution

Hello Mykola,

Native apps are built specifically for the device's architecture, so they will not work on the iOS simulator...

If you need to debug your app on the device, I suggest you use the Console Log Plugin. It's really useful to diagnose issues in native apps.

Cheers,
R

2021-05-05 13-05-18
Mykola (Nick) Tkachenko

Hi Rodrigo, Console log is good  but it can't help to debug situation when app exists unexpectedly due to plugin errors.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.