huawei-push-notification Questions

2

I'm working with react-native in Hong Kong but my target country is China. I need to handle push notifications in China Anyway, can help me push notifications for Android and Huawei without GCM? Th...

4

When i'm trying to update my app - i got error during review process. Remediation for Implicit PendingIntent Vulnerability - https://support.google.com/faqs/answer/10437428. In my app there is on p...

2

Solved

When I updated the pushSDK to the version "5.3.0.301", I found AGConnectServicesConfig was deprecated. I want to know what is the substitute for it. How can I get app_id in the new versio...

2

Solved

The latest version of Push Kit (5.3.0.304) displays an error when compiling targetting Android 12: Installation failed due to: 'INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during i...

5

I am using following code snippet, however I still can't get the pushToken. private void obtainToken() { // get token new Thread() { @Override public void run() { try { String appId = AGCon...

1

Solved

I received a "push token failed, com.huawei.hms.common.ApiException: 6003: certificate fingerprint error." I don't know what's going on here.

3

I implemented Huawei Push Kit. onNewToken is called after app started. I want to use onMessageReceived. When I send push notification to client, push notification appears on android but onMessageRe...

2

Solved

Is it possible to initialize HMS without a agconnect-services.json and provide the keys at runtime? Using a similar service (Fcm) we can initialize an app: val builder = FirebaseOptions.Builder() ...
Sauveur asked 6/10, 2020 at 11:32

2

I recently tried my app on a Huawei phone. The problem is PushKit does not return a token and getToken result is empty. In the log I get GetTokenTask receive a empty token, please check HmsMessageS...
1

© 2022 - 2024 — McMap. All rights reserved.