Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does it support Huawei Push? #219

Open
S0z1e opened this issue Oct 15, 2024 · 3 comments
Open

Does it support Huawei Push? #219

S0z1e opened this issue Oct 15, 2024 · 3 comments

Comments

@S0z1e
Copy link

S0z1e commented Oct 15, 2024

Preliminary Info

What Airship dependencies are you using?

airship_flutter: 7.1.2

What are the versions of any relevant development tools you are using?

flutter: 3.22.0

Report

Does it support Huawei Push? I couldn’t find any integration details in the documentation.

@Ulrico972
Copy link
Contributor

Hi, it doesn't support Huawei Push at the moment.
We'll work on supporting it for the next releases.

If you really need it right now, you could try to support it by adding this dependency to your project:
implementation "com.urbanairship.android:urbanairship-hms:17.2.1"
The version needs to match the Airship Android SDK version used in the airship_flutter version you are using. In your case, you use airship_flutter 7.1.2 which uses Airship Android SDK 17.2.1.

@S0z1e
Copy link
Author

S0z1e commented Oct 16, 2024

Can FCM and HMS be used simultaneously?

@Ulrico972
Copy link
Contributor

Yes, if the device support FCM (or both providers), FCM will be prioritized. Otherwise it will use HMS if supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants