Hello,
I am facing the same problem that navigator.notification.alert is not working on xcode simulator. (Works in Appery.io Tester App) ..
So Apple rejects my app because of this bug.
The function :
I invoke a rest service and after error, i want to give an alert to user).
I have "Google Map Component", "i18next","Facebook Login", etc.
I couldn't found which one is causing or why doesn't it work?
In simulator console(safari develop), "TypeError: undefined is not an object 'navigator.notification.alert')
Also when i want to use the camera, it says:
CameraService can't process request because navigator.camera is undefined.
Why doesn't cordova plugins work?