移除默认admobID
This commit is contained in:
parent
eec4eb20c3
commit
9662ba6b46
|
@ -16,5 +16,5 @@ MonoBehaviour:
|
|||
sdkKey:
|
||||
customGradleVersionUrl:
|
||||
customGradleToolsVersion:
|
||||
adMobAndroidAppId: ca-app-pub-4412893362169872~3251970323
|
||||
adMobAndroidAppId:
|
||||
adMobIosAppId:
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 2d851df9d100d41e1b40268de2037ab8
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 96782be9eb17245cdacd3848bb0c8436
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -0,0 +1,52 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 7b340139c9e4d054f904d8b452798652, type: 3}
|
||||
m_Name: ES3Defaults
|
||||
m_EditorClassIdentifier:
|
||||
settings:
|
||||
_location: 0
|
||||
path: SaveFile.es3
|
||||
encryptionType: 0
|
||||
compressionType: 0
|
||||
encryptionPassword: password
|
||||
directory: 0
|
||||
format: 0
|
||||
prettyPrint: 1
|
||||
bufferSize: 2048
|
||||
saveChildren: 1
|
||||
typeChecking: 1
|
||||
safeReflection: 1
|
||||
memberReferenceMode: 0
|
||||
referenceMode: 2
|
||||
serializationDepthLimit: 64
|
||||
assemblyNames:
|
||||
- Assembly-CSharp-firstpass
|
||||
- ThinkingAnalytics
|
||||
- Assembly-CSharp
|
||||
- MaxSdk.Scripts
|
||||
- IAPResolver
|
||||
- ThinkupTpnPlugin.Script.IntegrationManager.Editor
|
||||
- AdjustSdk.Scripts
|
||||
- ThinkingSDK
|
||||
- MaxSdk.Scripts.IntegrationManager.Editor
|
||||
- GoogleMobileAds.Editor
|
||||
- ThinkupTpnPlugin.Script.Editor
|
||||
- FirebaseMessagingActivityGenerator
|
||||
- AdjustSdk.Editor
|
||||
- Purchasing.Common
|
||||
showAdvancedSettings: 0
|
||||
addMgrToSceneAutomatically: 0
|
||||
autoUpdateReferences: 1
|
||||
addAllPrefabsToManager: 1
|
||||
logDebugInfo: 0
|
||||
logWarnings: 1
|
||||
logErrors: 1
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 7a6f5bf406cfe48e6baf0b0b0ffaae94
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -6,7 +6,6 @@ using AdjustSdk;
|
|||
using ThinkingData.Analytics;
|
||||
using Unity.VisualScripting;
|
||||
using Unity.VisualScripting.Antlr3.Runtime.Tree;
|
||||
using UnityEditor.ShaderKeywordFilter;
|
||||
using UnityEngine;
|
||||
using WZ;
|
||||
|
||||
|
|
|
@ -34,6 +34,11 @@ namespace WZ
|
|||
this.purchaseResult = purchaseResult;
|
||||
this.resultType = resultType;
|
||||
}
|
||||
|
||||
public string ToJson()
|
||||
{
|
||||
return JsonUtility.ToJson(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
|
@ -21,7 +21,7 @@ public class RushSDKManager : D_MonoSingleton<RushSDKManager>
|
|||
|
||||
public static string GetSDKVersion()
|
||||
{
|
||||
return "1.0.3.0";
|
||||
return "1.0.4.0";
|
||||
}
|
||||
protected override void Initialized()
|
||||
{
|
||||
|
|
|
@ -1,3 +1,17 @@
|
|||
# Version 1.0.4.0 2025.9.19
|
||||
|
||||
## Bugs
|
||||
|
||||
- None
|
||||
|
||||
## Known issues
|
||||
|
||||
- None
|
||||
|
||||
## Changelog
|
||||
|
||||
- 新增支付逻辑
|
||||
|
||||
# Version 1.0.3.0 2025.9.18
|
||||
|
||||
## Bugs
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"curCountry":2,"china":{"android_version":"","ios_version":"","androidXSetting":0,"country":1,"android_admob_app_id":"","ios_admob_app_id":""},"nonchina":{"android_version":"6.5.10","ios_version":"","androidXSetting":1,"country":2,"android_admob_app_id":"ca-app-pub-4412893362169872~3251970323","ios_admob_app_id":""}}
|
||||
{"curCountry":2,"china":{"android_version":"","ios_version":"","androidXSetting":0,"country":1,"android_admob_app_id":"","ios_admob_app_id":""},"nonchina":{"android_version":"6.5.10","ios_version":"","androidXSetting":1,"country":2,"android_admob_app_id":"","ios_admob_app_id":""}}
|
Loading…
Reference in New Issue