You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
It works on android ionic native sim plugin but iOS side it reports plugin not installed. although on xcode build phrase - compiled libraries the Sim.m is included, plugin folder also exists
Actual behaviour
THREAD WARNING: ['Sim'] took '64.748047' ms. Plugin should use a background thread.
2019-05-02 10:59:34.219819+0530 MyApp[246:4197] WARN: Ionic Native: tried calling Sim.hasReadPermission, but the Sim plugin is not installed.
2019-05-02 10:59:34.220090+0530 MyApp[246:4197] WARN: Install the Sim plugin: 'ionic cordova plugin add cordova-plugin-sim'
2019-05-02 10:59:34.220319+0530 MyApp[246:4197] WARN: Ionic Native: tried calling Sim.requestReadPermission, but the Sim plugin is not installed.
I'm seeing this behaviour on
iOS device
Android device
I am using
cordova
ionic
Hardware models
iPhone 6
OS versions
iOS 12.2
The text was updated successfully, but these errors were encountered:
I am having the same issue. I've tried everything and I am getting the "Plugin not installed error" on iOS, while on android it works with no problems.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected behaviour
It works on android ionic native sim plugin but iOS side it reports plugin not installed. although on xcode build phrase - compiled libraries the Sim.m is included, plugin folder also exists
Actual behaviour
THREAD WARNING: ['Sim'] took '64.748047' ms. Plugin should use a background thread.
2019-05-02 10:59:34.219819+0530 MyApp[246:4197] WARN: Ionic Native: tried calling Sim.hasReadPermission, but the Sim plugin is not installed.
2019-05-02 10:59:34.220090+0530 MyApp[246:4197] WARN: Install the Sim plugin: 'ionic cordova plugin add cordova-plugin-sim'
2019-05-02 10:59:34.220319+0530 MyApp[246:4197] WARN: Ionic Native: tried calling Sim.requestReadPermission, but the Sim plugin is not installed.
I'm seeing this behaviour on
I am using
Hardware models
iPhone 6
OS versions
iOS 12.2
The text was updated successfully, but these errors were encountered: