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
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
Hi Rodrigo, Console log is good but it can't help to debug situation when app exists unexpectedly due to plugin errors.