When sending a push notification to both standard Android (GMS) and Huawei (HMS) devices, a single deep link might not work correctly for both platforms if configured improperly. For example, a deep link set for Android may only open the app on a Huawei device without navigating to the specific screen, and vice versa.
To ensure your deep link works correctly on both platforms, you should define a separate link for each platform within the same notification.
Follow these steps:
- In the push notification editor, go to the Action section.
- Select the Deep Link action type.
- You will see several tabs for different platforms (e.g., "All platforms", "iOS", "Android", "Huawei").
- Instead of using the "All platforms" field, click on the Android tab and enter the deep link for your standard Android users.
- Next, click on the Huawei tab and enter the deep link for your Huawei users.
By setting the deep link for each platform individually, you ensure that every device receives the correct link, allowing the push notification to function as intended across both Android and Huawei ecosystems.
Comments
0 comments
Please sign in to leave a comment.