Push instructions for overseas mobile manufacturer channels

อัพเดทล่าสุด :2023-12-26

Channels supported

Currently, only some mobile manufacturer channels support push overseas. The supported are as follows:

Channel Support Mainland China Support overseas Need configuration(overseas)
Engagelab Yes Yes No
HUAWEI Yes Yes No
Honor Yes Yes No
XIAOMI Yes No (Xiaomi will soon shut down overseas push service) -
OPPO Yes Yes(except Europe and North America) No
FCM No Yes No
MEIZU Yes No -
vivo Yes No -

Requirements

Mobile manufacturer Personal/enterprise qualification Application restrictions App market release Active Users
HUAWEI Enterprise Developer account/individual developer with real-name authentication Unlimited (except for pornography, terrorism, and gambling) Need to upload an APK to the developer management background. No need to release /
HONOR Enterprise Developer account Unlimited (except for pornography, terrorism, and gambling) Need to upload an APK to the developer management background. No need to release /
Register an application on an overseas push platform. No need to release /
OPPO Enterprise Developer Account Unlimited (except for pornography, terrorism, and gambling) Need to release in the OPPO app market /
FCM Enterprise Developer account/individual developer Unlimited (except for pornography, terrorism, and gambling) No need to release in Google play /

Huawei push instructions

Supported countries and regions. For more information, see Huawei official website Push Documents.

Xiaomi push instructions

Xiaomi manufacturer channel supports reaching users of China mainland devices (excluding Hong Kong, Macao and Taiwan). Xiaomi will soon shut down overseas push service. Please use FCM and EngageLab channels to reach global devices.

Domestic version of Xiaomi push

1.Introduce Xiaomi domestic push package:mt-sdk-mi.aar。 2.Register a domestic application on Xiaomi's domestic push platform. For more information, see Application Guide for Manufacturer Channel Parameters.Configure app information to XIAOMI_APPID and XIAOMI_APPKEY.

defaultConfig { applicationId "com.aurora.app" ...... manifestPlaceholders = [ AURORA_PRIVATES_APPKEY : "1c4b749a17f6aca33960a560", XIAOMI_APPID : "MI-2882303761519903247", XIAOMI_APPKEY : "MI-5511990317247", ] }
          defaultConfig {
    applicationId "com.aurora.app"
    ......

    manifestPlaceholders = [

            AURORA_PRIVATES_APPKEY : "1c4b749a17f6aca33960a560",
            XIAOMI_APPID           : "MI-2882303761519903247",
            XIAOMI_APPKEY          : "MI-5511990317247",

    ]
}

        
โค้ดนี้โชว์เป็นหน้าต่างลอย
  1. Please use the Xiaomi mainland China version mobile phone version for testing.

OPPO push instructions

  • OPPO overseas push supports global (except western Europe and North America). Do not use Western Europe and North America OPPO overseas mobile phones for test.
  • The overseas push service needs to be released. After the release, it can support push to multi-region.
    • If the application has been integrated OPPO SDK in China and has been released in the OPPO Domestic app store. The AURORA will check whether the registration ID of the push target is an overseas ID. If yes, it will push through OPPO overseas push API.
    • If the application is not integrated and released in China, you must release it in OPPO overseas app store before you apply for overseas push. Currently, overseas app store only support release applications in the following regions. image.png

FCM push instructions

There are no regional restrictions.

在文档中心打开