Skip to content
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

Comments

@Ravikumara6970
Copy link

Ravikumara6970 commented Jul 20, 2017

this.sim.getSimInfo().then(
(info) => console.log('Sim info: ', info),
(err) => console.log('Unable to get sim info: ', err)
);

    this.sim.hasReadPermission().then(
        (info) => console.log('Has permission: ', info)
    );

    this.sim.requestReadPermission().then(
        () => console.log('Permission granted'),
        () => console.log('Permission denied')
    );
@Ravikumara6970 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
@clrnd
Copy link

clrnd commented Jul 25, 2017

Do you have permission?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants