我不斷被谷歌Play商店拒絕我的應用程序。問題:違反 Android 廣告 ID 使用政策和開發者分發協議第 4.8 條我嘗試了一周的StartApp而不是AdMob,然后我收到了它被關閉的通知。在我使用StartApp之前,我已經恢復到較舊的版本。我不請求XML中的任何權限或應用程序等級中的任何特殊權限??赡馨l生這種情況,因為 SDK 在包中?分級:apply plugin: 'com.android.application'android { compileSdkVersion 28 defaultConfig { applicationId "com.starenkysoftware.benshapiro" minSdkVersion 19 targetSdkVersion 28 versionCode 25 versionName "2.05" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } productFlavors { }}dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support.constraint:constraint-layout:1.1.3' testImplementation 'junit:junit:4.12'}清單:<?xml version="1.1" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.starenkysoftware.benshapiro"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-6127266629309110~9895064255"/> <activity android:name="com.starenkysoftware.benshapiro.MainActivity"> 如果有任何可疑的插件要刪除,請告訴我
添加回答
舉報
0/150
提交
取消