Reputation: 23
I've found a lot of guidelines on how to integrate HMS in my apps. But majority of them are different or using android studio. May I know which one is the latest guidelines to integrate HMS in my apps for Unity.
Also, I want to enable In-App-Purchase (subscription) for my apps as well. Thanks in advance.
UPDATED
Currently I'm trying to implement In-App-Purchase for huawei. Huawei tech said that users need to signIn first before they can use IAP. But I received this error while testing signIn
How to obtain product info ? here
Upvotes: 1
Views: 1039
Reputation: 34017
The README file contains information about development guides, API references. For more technical questions, please submit a ticket with Unity Customer Service.
Update:
For the IAP error: It is a null pointer. Please check for unassigned objects. If you cannot find anything, please delete project and install again cause sometimes these kind of things happening.
Upvotes: 0
Reputation: 25873
AFAIK you have two main options:
In any case you can still manually access HMS Android SDK directly using Unity SDK Android API.
Upvotes: 2