Frank7390035
Posts: 0
Joined: Thu Feb 19, 2015 1:37 am

Cordova plugins not working on IOS (Android OK)

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Cordova plugins not working on IOS (Android OK)

Hi Frank -

Please make sure that this plugins are supporting iOS platform.

Frank7390035
Posts: 0
Joined: Thu Feb 19, 2015 1:37 am

Cordova plugins not working on IOS (Android OK)

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Cordova plugins not working on IOS (Android OK)

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.

Frank7390035
Posts: 0
Joined: Thu Feb 19, 2015 1:37 am

Cordova plugins not working on IOS (Android OK)

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.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Cordova plugins not working on IOS (Android OK)

Frank,

Please find our reply in the email.

Frank7390035
Posts: 0
Joined: Thu Feb 19, 2015 1:37 am

Cordova plugins not working on IOS (Android OK)

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Cordova plugins not working on IOS (Android OK)

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...

Return to “Issues”