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 under Android, but under iOS it reports plugin not installed. although on xcode build phrase - compiled libraries the Sim.m is included, plugin folder also exists.
Actual behaviour
WARN: Ionic Native: tried calling Sim.requestReadPermission, but the Sim plugin is not installed.
Install the Sim plugin: 'ionic cordova plugin add cordova-plugin-sim'
Your phoneNumber is
ERROR: ERROR Error: Uncaught (in promise): plugin_not_installed
I'm seeing this behaviour on
iOS device
iPhone, iPad
I am using
cordova
ionic
Hardware models
iPhone xs
iOS versions
12.2, 12.1
I've checked these
I'm using the latest cordova library, Ionic, Xcode, etc.
So how can we reproduce this?
Provide the steps to reproduce the issue.
ionic cordova plugin add cordova-plugin-sim
npm install --save @ionic-native/sim@4
run successfully
build and run without problem under xcode.
Any idea will be much appreciated.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected behaviour
It works under Android, but under iOS it reports plugin not installed. although on xcode build phrase - compiled libraries the Sim.m is included, plugin folder also exists.
Actual behaviour
WARN: Ionic Native: tried calling Sim.requestReadPermission, but the Sim plugin is not installed.
Install the Sim plugin: 'ionic cordova plugin add cordova-plugin-sim'
Your phoneNumber is
ERROR: ERROR Error: Uncaught (in promise): plugin_not_installed
I'm seeing this behaviour on
iPhone, iPad
I am using
Hardware models
iPhone xs
iOS versions
12.2, 12.1
I've checked these
So how can we reproduce this?
Provide the steps to reproduce the issue.
ionic cordova plugin add cordova-plugin-sim
npm install --save @ionic-native/sim@4
run successfully
build and run without problem under xcode.
Any idea will be much appreciated.
The text was updated successfully, but these errors were encountered: