Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 772 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 772 Bytes

Android Identification

HMS

Auth Service

Dependencies

implementation 'com.huawei.agconnect:agconnect-core:1.4.1.300'
implementation 'com.huawei.agconnect:agconnect-auth:1.4.1.300'

Mobile Number

Common errors
  • Error: code: 2 message: java.security.InvalidParameterException: url is null.

  • Solution: Enable Auth Service (AG Console) and update agconnect-services.json

  • Error: code: 203818052 message: verify code action is invalid.

  • Solution: Add .action(VerifyCodeSettings.ACTION_REGISTER_LOGIN)

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4