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.
i am getting empty sim information for android, i am calling getSimInfo() method it is going to success and returns empty please help me below my code
#65
Open
Ravikumara6970 opened this issue
Jul 20, 2017
· 1 comment
The text was updated successfully, but these errors were encountered:
Ravikumara6970
changed the title
i am getting empty sim information, i am calling getSimInfo() method it is going to success and returns empty please help me below my code
i am getting empty sim information for android, i am calling getSimInfo() method it is going to success and returns empty please help me below my code
Jul 20, 2017
this.sim.getSimInfo().then(
(info) => console.log('Sim info: ', info),
(err) => console.log('Unable to get sim info: ', err)
);
The text was updated successfully, but these errors were encountered: