ChoiceSDK
ChoiceSDK copied to clipboard
A SDK that aims to wrap similar functionalities from HMS and GMS services to one common interface.
Manually adding this in Application.onCreate() fixes the problem: ```kotlin import com.huawei.hms.maps.MapsInitializer if (HuaweiApiAvailability.getInstance().isHuaweiMobileServicesAvailable(this) == ConnectionResult.SUCCESS) { MapsInitializer.initialize(this) } ``` Side note: Is Huawei still maintaining this library?
Your app contains content that doesn’t comply with the Device and Network Abuse policy. We found your app is using a non-compliant version of Huawei Mobile Services SDK which contains...
I recently received the message: > > > > > Issue with your app > -- > Your app contains content that doesn’t comply with the Device and Network Abuse...
See video: https://user-images.githubusercontent.com/540620/177826977-7a21285b-f9ec-4405-b22d-334da94e90f4.mp4 When tapping on a GMS map the pin is moving perfectly to the position I'm tapping. Maybe MapKit dependency needs to be updated?
I was setting my `mapType` to `Map.MAP_TYPE_HYBRID` which was causing my map not to render on HMS devices. It'd be cool if it would gracefully fallback to supported types in...
How can we use maps in Jetpack Compose? (I have no prior knowledge in XML based views). Thanks
https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/android-sdk-version-change-history-0000001050156688 According to the release notes this is now supported.
FusedLocationProviderClient::stopLocationUpdates isn't removing location updates, location icon appear active on status bar even after close app by back button. Tested on P40 Lite (HMS only) and P30 Pro (GMS is...
I have this error on Android 12 **Fatal Exception: java.lang.IllegalArgumentException** com.teamsystem.peopleapp.store: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent....
Hi, I have this crash on my FirebaseCrashlytics console, appearing only for a few Huawei devices (CDY-NX9A and PPA-LX2) ``` Fatal Exception: com.huawei.hms.common.ApiException 907135004: execute timeout com.huawei.hms.aaid.constant.ErrorEnum.toApiException (ErrorEnum.java:1) com.huawei.hms.opendevice.l.a (GetTokenTask.java:5)...