You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "agconnect-services.json" is added to root folder and for each flavors
the appId is the same as in "agconnect-services.json" file and the package name (applicationId) is equal to the one in the application gradle
Hello there!
getting "907135000: arguments invalid" error on
HmsInstanceId.getInstance(context).getToken(appId, tokenScope)
actionThe device is Huawei nova 12i
The "agconnect-services.json" is added to root folder and for each flavors
the appId is the same as in "agconnect-services.json" file and the package name (applicationId) is equal to the one in the application gradle
Scope is "HCM"
project build gradle
plugins { ... id("com.huawei.agconnect") }
settings.gradle
`
pluginManagement {
repositories {
****
maven { url = "https://developer.huawei.com/repo/" }
}
}
`
buld.gradle (app)
dependencies { implementation("com.huawei.hms:push:6.11.0.300") }
Could you help me please?
Thx!
The text was updated successfully, but these errors were encountered: