浏览代码

update

/main
siyao 3 年前
当前提交
239661ba
共有 1 个文件被更改,包括 1 次插入17 次删除
  1. 18
      README.md

18
README.md


key store path `Edit -> Project Settings -> Player -> Android(icon) -> Publishing Settings`
If you add analytic test, you should set activity of `AndroidManifest.xml`
```
<application>
<activity android:name="com.hms.hms_analytic_activity.HmsAnalyticActivity"
android:theme="@style/UnityThemeSelector">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
</activity>
...
</application>
```
Otherwise, just set activity `com.unity3d.player.UnityPlayerActivity`
Before you click `CreateGeo` button, you should click `update with callback-102` to get your position.
In location test, before you click `CreateGeo` button, you should click `update with callback-102` to get your position.
正在加载...
取消
保存