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...
Shahjahanpur asked 19/8, 2021 at 8:59
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...
Hedonism asked 22/6, 2021 at 17:53
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...
Polyzoarium asked 8/6, 2021 at 8:11
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...
Nauru asked 14/7, 2021 at 6:32
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...
Scuffle asked 23/4, 2020 at 10:51
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.
Rancher asked 30/3, 2021 at 17:46
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...
Silverfish asked 8/11, 2020 at 9:11
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...
Know asked 16/9, 2020 at 11:17
1
© 2022 - 2024 — McMap. All rights reserved.