我最近制作了一个应用程序,打算在Google控制台中发布,但是一个小时后,我收到一条消息,通知您您的应用由于违反了假冒政策而被拒绝了。 有人可以告诉我这是什么意思吗?我是要更改清单文件中的元数据还是要更改应用程序的元数据?这是什么意思?该元数据已获得版权?我使用的是其他应用程序,这是我的错吗?
请给我解决这个问题的方法,如果有问题,我会为此感到紧张,谢谢!!
//这是我的清单文件
...
<meta-data android:name="io.fabric.ApiKey" android:value="ee23b7943cd81d7bd7b59c0653ac380b2600f9b4" />
</application>
//这是我的gradle文件
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:+'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
implementation 'com.google.android.gms:play-services-ads:15.0.1'
implementation 'org.adw.library:discrete-seekbar:1.0.1'
implementation 'com.github.glomadrian:MaterialAnimatedSwitch:1.1@aar'
implementation 'com.android.support:cardview-v7:28.+'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
repositories {
maven {url 'https://maven.fabric.io/public'}
}
repositories{
maven {url 'http://dl.bintray.com/glomadrian/maven'}
}
implementation('com.crashlytics.sdk.android:crashlytics:2.6.3@aar'){
transitive = true;
}
答案 0 :(得分:0)
您需要指定您的应用将使用Google Firebase或与crashlytics相关的内容。