I am having major problems in debugging ios while using Appery to build the app.
I have build an app, using Appery and Javascript, and it works great on the test, other than that device id. But when using it on the device its hugely different, and very difficult to find any snagging in the code.
One example is, device ready, does give you the device id using 'localStorage.getItem('pushNotificationDeviceID')'. Even though the documentation stats it will.
How do you debug, when you are unable to get a test device id on the Appery Testing page, and unable to see console.logs on the device console page.
It seems I am having to part build the app on here, export it to xcode. Going back and forth is not what I had in mind, and I am thinking, would it be easier to just use xcode and not bother with Appery? I just don't find it user friendly when debugging.
What do you suggest ?