🔥月額$200でTenjinにフルアクセス - 全機能、アドオンなし、いつでもキャンセル可能。 価格と機能を見る
4 min read
はい、Androidマニフェストファイルから次の行を削除しても問題ありません。
android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" /> Execution failed for task ':transformClassesWithDexForRelease'.
com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lcom/google/android/gms/actions/ItemListIntents;このエラーは、別のバージョンのGooglePlayサービスライブラリを使用している場合に発生します。解決するには、Tenjin SDKを最新版にするか、次のライブラリを削除してください。
/Assets/Plugins/Android/play-services-basement-11.0.4.aarWe started supporting two SDKs for Android other app stores, MSA OAID SDK (minSdkVersion is 21 for version 1.0.25), Huawei referrer SDK (minSdkVersion is 19). Both these SDKs required us to update the minSdkVersion from 16 to 19 and 19 to 21 repectively. This is the reason for tenjin to have minSdkVersion as 21.
If you need to have the latest SDK but don’t intend to integrate Huawei referrer SDK and MSA OAID SDK, then try to use this ブランチを使用してください。.
一部のお客様は、 こちら のプラグインを使用しています。このプラグインはTenjinによって公式に作成されたものではないことに注意してください。
これは、 TenjninEditorPrefs.cs. If it’s still not solved, please write to us at support@tenjin.com with details. Please note, this should be followed only when you’re not using Applovin MAX ILRD via Tenjin.
下記のパーミッションを削除してください。
If the issue persists, please email us at support@tenjin.com.
Accordion Content
現在、Huaweiスマートフォンは技術的にAndroid デバイスとはみなされていないため、このエラーを解決するには、Tenjin SDKがデバイスからOAIDを取得できるように、 こちら に従ってHuawei OADライブラリを実装していただく必要があります。
現在、Unity Codeless IAPはサポートされていません。Unity codelss IAPのサポートが開始されるまでは、代わりに従来のUnity IAPメソッドを使用するようお願いします。
現在、Tenjin SDKは、有効なレシートを添付したApp StoreまたはGoogle Playストアでの購入のみを処理レポートしています。外部での購入(マーケットプレイス取引、クレジットカード決済、その他IAP以外の収益など)については、TenjinのServer-to-Server(S2S)連携をご利用いただけます。詳細および設定手順については、support@tenjin.comまでお問い合わせください。
To fix it, please update your ProGuard/R8 rules to preserve these classes and attributes:
-keepattributes Signature
-keepattributes *Annotation*
-keep class com.google.gson.reflect.TypeToken { *; }