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

Huawei HMS- Remove 'Require GMS' dialog for HMS phone user #56

Open
wants to merge 1 commit into
base: align-master
Choose a base branch
from

Commits on Jan 12, 2021

  1. This version only remove the dialog "GMS unavailable" from onboarding…

    … stage. Not in the mainpage, since that have to fix the location issue and might effect alot of code. What I did
    
    1. Add Native module to check for HMS and GMS phone
     2. The dialog come from the method backgroundTracking.start()
    3. I cover the method checking if the phone is IOS or having GMS in the android phone to use the method
    4. Requesting background location somehow didnt work in request method, this also doesnt work in normal build. But 'backgroundTracking.start() is requesting it.
    5. HMS phone will not be requesting for location
    min committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    186ff97 View commit details
    Browse the repository at this point in the history