Reputation: 18754
When I use the simulator, everything works fine. However, when I debug on a real phone, the phone listener doesn't catch anything; such as when a call is answered, connected etc.
Any ideas about what can be going wrong ?
Upvotes: 1
Views: 146
Reputation: 491
The simulator ignores permissions and signing keys. Make sure your app is signed and requesting the right permissions when used on a real device. For the Phone listener, you would need the Phone permission.
Upvotes: 2