Huawei Push kit error code "907122036" no right :

Viewed 81

when i try to get token for Huawei push kit, i logcat show errors like "no right", "service not available", "error code: 907122036". other apis working fine like map, timezone,

2 Answers

error code: 907122036

This error code indicates that Push Kit is not enabled.

please refer to Getting Started to check whether the related service is enabled for the app.

  1. Sign in to AppGallery Connect and click My projects. enter image description here

  2. Find and click the desired project in the project list, and click the app for which you need to set Push Kit parameters. enter image description here

  3. Go to Project settings > Manage APIs and enable Push Kit. enter image description here

  4. Go to Grow > Push Kit and click Enable now. In the dialog box that is displayed, click OK. enter image description here

  5. Enable the precise messaging function.

Related