Verify OTP Automatically In Android Without SMS Read Permission Using Xamarin.Forms
29/07/2019  View: 398
Chia sẻ đến

Introduction

 
Google is taking user privacy seriously. It has updated its Google Play Developer Policywhich restricts SMS and CALL_LOG access. If your app does not require access to Call Log or SMS permissions, you must remove the permissions from your app's manifest.
 
For apps requesting access to the SMS or Call Log permissions, the intended and permitted uses include default SMS handling, default phone handling, or Assistant handling capability. You should only access Call Log or SMS permissions when your app falls within permitted uses and only to enable your app’s critical core functionality.
 
An Android App should read the SMS for some specific needs like to verify OTP. The Google Play Service has enabled Android SMS Retriever API that allows you to access the SMS messages and verify it via SMS without device permissions.

CHI TIẾT - READ MORE