Questions tagged [huawei-push-notification]

Use this tag for programming questions relating to HUAWEI push kit. It is one of the services provided by HUAWEI HMS Core for developers. HUAWEI Push Kit is a messaging service provided for developers. It establishes a messaging channel from the cloud to devices.

97 questions
1
vote
0 answers

Does Huawei Push Provide push token for test?

Does Huawei provide a spefic push token for mock test? We want to leverage the spefic push token to make sure that the Huawei push service is working?
1
vote
1 answer

OnMessageReceived Not Triggered When Application Closed (HMS Pushkit)

I've integrated Huawei's Pushkit, push notification service into my Xamarin application, I've tested the notifications while the application is running in the foreground and it works as expected. However, while the application is closed the…
1
vote
1 answer

Flutter Huawei push by http

im trying to send push by http to Huawei Devices with Huawei consolé integration, but the documentation is confuse, and i'm not really sure how to build my body to send I have this, but only works for foreground, if the app is in background or…
1
vote
1 answer

Bad notification for startForeground error only in Huawei devices

I have an app that receives notifications trough Firebase Cloud Messaging, I have a Service that is in charge of that and a few days ago I started getting a lot of Firebase (Crashlytics) report of the following error: Bad notification for…
1
vote
2 answers

HMS Push Kit, getToken() method is not working on Android version 9

In HMS Push Kit, getToken() method is not working on Android version 9 (not getting token). but in Android 10 version, token is getting with same method. Tested in two devices: Honor 9X Pro HLK-L42 Android version 9 EMUI 9.1.1 Honor 9S Model:…
1
vote
1 answer

How to send push to Huawei device using Huawei Push Kit API?

I want to send push from server to Huawei device with Huawei Push Kit integrated. I have deviceToken from device, but when I try so send push message using API I receive error: 80300002: No permission to send message to these tmIDs
1
vote
1 answer

How to get access token for Huawei Api for sending push to device?

I need to send push to Huawei device, which have app with Huawei Push Kit integrated. To do this I need accessToken. How to receive it? I've already create developer account and create project for app.
1
vote
1 answer

Huawei push kit message not received from clevertap push console

Here we integrate clevertap sdk as below, somehow HMS push kit msg is not received:
1
vote
2 answers

How to release app for testing on Huawei App Gallery

In the Huawei Store, we could publish an app upgrade via "Version/Upgrade" menu. But once we publish it will directly appear in the store. Is there any way to publish an app on the Huawei developer console for testing like Beta/Alpha texting in the…
1
vote
3 answers

Unable to start service com.huawei.hms.rn.push.remote.HmsPushMessageService

When receiving data message from server, this error log is display: E/AndroidRuntime: FATAL EXCEPTION: main Process: com.sample.test, PID: 30964 java.lang.RuntimeException: Unable to start service…
1
vote
1 answer

Huawei Mobile Services PUSH message cannot reach China users

I am a US HUAWEI developer, I have integrated Huawei Mobile Services Push Kit, I can send and receive Push messages on phones outside of China, however I cannot send to nor receive from phones inside China (Huawei or non-Huawei phones with HMS…
wchw
  • 65
  • 7
1
vote
3 answers

Huawei Push Kit in Android : Send notification message and data message

I am seeing how Huawei Push Kit works in Android. For this I am using postman to send the notifications, I am sending a notification message and a data message. Notification messages are seen in the notification area, but I can't get the data that I…
kelvincer
  • 5,929
  • 6
  • 27
  • 32
1
vote
1 answer

What is class in BadgeNotification at HMS push kit?

I will send push to huawei devices using api over a server. When I read the API document, it says it is mandatory to give a class name for the badge structure. I do not know the class name in apk because I send notification via api. What does this…
1
vote
1 answer

Can the appID in appgallery change?

I use the push kit to send notifications to Huawei devices. As you know, when using API, it is necessary to give an appId in the link as follows. "https://push-api.cloud.huawei.com/v1/app_id/messages:send" I will define a firewall rule for this…
1
vote
2 answers

Flutter own push notifications (store agnostic)

I was wondering, given that Flutter is multi platform and each store requires its own procedure for the final step of setting up Push notifications, would it be worthwhile to implement a full "flutter proprietary push notification system" something…