您所在的国家/地区不支持 Google Play 购买

时间:2021-06-24 06:36:05

标签: android google-play google-play-services

这是我们在缅甸的一位客户向我们报告的,该应用程序是完全免费的,没有 Admob 依赖项,但我们添加了以下两个依赖项:

//Required: Google Play Services Ads Identifier (If publishing to Google Play)
    implementation 'com.google.android.gms:play-services-ads-identifier:17.0.1'

    //Required: Install Referrer (If publishing to Google Play)
    implementation 'com.android.installreferrer:installreferrer:2.2'

不太熟悉这两个依赖项及其工作原理,所以我的问题是,尽管应用程序是免费的,因此这两个依赖项是否可能导致问题,因此不需要任何 Google Play 购买支持。

enter image description here

0 个答案:

没有答案