Hi Evgene,
I paid $300 to subscribe to Appery a week ago, however I have to say that the support was better while I was using the free version.
I have just installed another custom plugin - high quality and highly supported, just as a test and it still does not work on IOS (using the Appery tester).
The plugin I tried is cordova-plugin-appinfo
https://github.com/danmichaelo/cordov...
I selected this plugin from the plugin cordova website and choose one that was simple and ranked high by quality.
The plugin was selected under app settings, so it is supposed to be active
I added this on page load:
navigator.appInfo.getAppInfo(function(appInfo) {
alert('identifier: %s', appInfo.identifier);
}, function(err) {
alert(err);
});
The page won't load.
I am really not asking you to help me run the plugin, I am pointing out a problem in IOS with custom plugin (and again on Android it works).
Thanks for your understanding,
Frank