1

I do all the steps according to the Huawei documentation First, I enabled the Push Kit api through the Project Settings -> Manage Apis

Then I go to the Grow -> Push Kit and turn on Push Kit there, after which I turn on precise messaging: enter image description here

After that, I try to enable precise messaging for my app, but instead I see this window enter image description here

I did not find any information about what to write in the Authentication parameters window

tasjapr
  • 632
  • 4
  • 13

3 Answers3

1

According to the screenshot, precision marketing has been enabled. For authentication parameters of Configure other android-based push , pls kindly check the link.

The settings do not affect the normal sending and receiving of Huawei push messages. If you are not sure whether to enable or disable the settings, you do not need to enable or configure the settings.

In addition, according to the screenshot you provided, only Setting options are available for the Push Kit service, and other notifications are unavailable. In this case, your team administrator needs to configure operation permissions for your account.

enter image description here

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
0

If you are facing this problem, then most likely you do not have enough rights for these actions.

You need to contact the account owner and ask to expand your rights and permissions

tasjapr
  • 632
  • 4
  • 13
  • Despite these parameters aren't documented - they're not required either. – Martin Zeitler Feb 10 '22 at 12:58
  • @MartinZeitler if you do not fill in this input field and click "accept" you will get an error In addition, after enabling the Push Kit, push notifications should be enabled automatically and the user should see not only the "settings" tab, but also other tabs, such as "notifications" and "complaints". What's not available without developer rights extension – tasjapr Feb 10 '22 at 13:02
0

Please refer to the document, screenshot and answer to your question below. You need to copy-and-paste the JSON key file of the target platform into Authentication parameters.

https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/3rd-party-push-integration-0000001050992231

enter image description here

enter image description here

Zinna
  • 1,947
  • 2
  • 5
  • 20