ChoiceSDK
ChoiceSDK copied to clipboard
A SDK that aims to wrap similar functionalities from HMS and GMS services to one common interface.
Results
12
ChoiceSDK issues
Sort by
recently updated
recently updated
newest added
I develop function sign in google and huawei, In section google, I config require id token in cloud and when use in old function config with ``` kotlin GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN) .requestIdToken([IdToken])...
When I try to initiate the SDK (with **ChoiceSdk.init(this)**), it asks me to create a class called ChoiceSdk? How do I import the ChoiceSdk class into my app so I...