Hi,
Thanks for adding the import custom plugin feature.
I have loaded two Cordova plugins from different authors (TTS, and SpeechRecognizer) and they both run on Android but not on IOS.
Is it just me or is this a general problem?
Thank you,
Frank
Hi,
Thanks for adding the import custom plugin feature.
I have loaded two Cordova plugins from different authors (TTS, and SpeechRecognizer) and they both run on Android but not on IOS.
Is it just me or is this a general problem?
Thank you,
Frank
Hi Frank -
Please make sure that this plugins are supporting iOS platform.
Hi Illya,
They both support IOS, and according to various Q&A websites, people have been able to run them on IOS with no problem.
Can you suggest a simple custom plugin that in your experience works on IOS so that I can try it to verify if I am the only one impacted?
Thank you
Hello Frank,
Unfortunately plugins are outside the scope of our support. But if you are using the 9th version of iOS or higher, the case may be in it, unfortunately we don't fully support it yet. Please try your app with another iOS version.
I understand that. Is there any chance you can tell me the name of a plugin that works for you on IOS on your side? I couldn't find any..perhaps there's some conflict on my system? I am trying to debug and figure out how to solve the problem. I know that this plugin works for others on IOS.
Frank,
Please find our reply in the email.
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
Hello Frank,
Please clarify what iOS version do you have to test?
Have you tried to install app on device?
Please try to debug your project remotely https://devcenter.appery.io/documenta...