This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine.SceneManagement; | |
using UnityEngine; | |
using HuaweiService; | |
using HuaweiService.analytic; | |
using UnityEditor; | |
using HuaweiService.crash; | |
using HuaweiService.push; | |
using HuaweiService.ads; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
keytool -list -v -keystore D:\Unity\projects_unity\file_name.keystore -alias alias_name |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apply plugin: 'com.huawei.agconnect' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
implementation 'com.android.support:appcompat-v7:28.0.0' | |
implementation 'com.huawei.agconnect:agconnect-core:1.2.0.300' | |
implementation 'com.huawei.hms:ads-lite:13.4.29.303' | |
implementation 'com.huawei.hms:ads-consent:3.4.30.301' | |
implementation 'com.huawei.hms:hianalytics:5.1.0.300' | |
implementation 'com.huawei.hms:push:4.0.1.300' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<uses-permission android:name="android.permission.INTERNET" /> | |
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
implementation 'com.huawei.agconnect:agconnect-core:1.2.0.300' | |
implementation 'com.huawei.hms:ads-lite:13.4.29.303' | |
implementation 'com.huawei.hms:ads-consent:3.4.30.301' | |
implementation 'com.huawei.hms:hianalytics:5.2.0.300' | |
implementation 'com.huawei.hms:push:4.0.1.300' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine.SceneManagement; | |
using UnityEngine; | |
using HuaweiService; | |
using HuaweiService.analytic; | |
using UnityEditor; | |
using HuaweiService.crash; | |
using HuaweiService.push; | |
using HuaweiService.ads; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine.SceneManagement; | |
using UnityEngine; | |
using UnityEditor; | |
using HuaweiService; | |
using HuaweiService.ads; | |
public class Die : MonoBehaviour | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- GENERATED BY UNITY. REMOVE THIS COMMENT TO PREVENT OVERWRITING WHEN EXPORTING AGAIN--> | |
<manifest | |
xmlns:android="http://schemas.android.com/apk/res/android" | |
package="com.unity3d.player" | |
xmlns:tools="http://schemas.android.com/tools"> | |
<uses-permission android:name="android.permission.INTERNET" /> | |
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> | |
<application> | |
<activity android:name="com.huawei.AngryBirds2D.HmsAnalyticActivity" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
keytool -list -v -keystore D:\Unity\projects_unity\file_name.keystore -alias alias_name |
OlderNewer