arsamme / flutter-sms-retriever

Flutter plugin for retrieving OTP code sent in sms automatically and without getting SMS permission in Android.
MIT License
9 stars 17 forks source link

requestPhoneNumber not working #7

Open AugustoResende opened 2 years ago

AugustoResende commented 2 years ago

Currently, requestPhoneNumber is not working

When i use this lib https://pub.dev/packages/account_picker works.

Example code: https://github.com/tolotrasamuel/account_picker/blob/master/android/src/main/java/com/tolotra/account_picker/AccountPicker.java

muhammed-amein commented 7 months ago

Does it work also on android 12? just for general knowledge since google made it hard to get identifiers like phone numbers in recent APIs?