草庐IT

played_event

全部标签

android - 应用内购买 : get the name or ID of the Google Play account that's requesting a purchase

我想获取进行购买的用户的姓名/ID。如果可能,我想不使用AccountManager,因为它的使用需要额外的权限。即使使用AccountManager我也看不到确定当前帐户的方法,因此欢迎提供任何建议。 最佳答案 我认为这是不可能的。在联系Google支持之前,我尝试了所有可能的方法。我得到的回复是这样的:ThanksforcontactingGooglePlayDeveloperSupport.PleasenotethatGoogledoesnotprovideaccesstoanyconfidentialuserinformat

android - 关于 Google Play 应用签名

当我登录到我的GooglePlay开发者控制台时,我看到了这个:我了解GooglePlayAppSigning有效,通常它会代表您保留应用签名key,我需要使用另一个所谓的“上传”key来签署我的应用并提交到GooglePlay控制台进行应用签名。但是,我的问题是:半年前我已经在未使用GooglePlay应用签名的情况下发布了我的应用,现在,如果我选择加入GooglePlay应用签名,是否会影响我已经发布的应用?或者,如果我切换到GooglePlay应用签名,我发布的应用会顺利进行吗? 最佳答案 Woulditaffectmyalr

android - 什么是 "We’ 在 Google Developer Console 中检测到您的应用正在使用旧版本的 Google Play 开发者 API“警告?

我们没有明确使用任何GooglePlay开发者API,但我们收到以下警告:这与https://developer.android.com/google/play/billing/billing_library_releases_notes有关系吗??我们目前正在使用GooglePlay结算库1.2.2版(2019-03-07)我们不打算迁移GooglePlay结算库2.0.1版本(2019-06-06),因为这会带来很多工作而收效甚微。Purchasesmustbeacknowledgedwithinthreedays但这只是我的猜测-GooglePlay结算库与GooglePlayD

android - 通过 Google Play 商店在没有 Google Apps 的私有(private) channel 中部署应用程序?

我正在构建一个Android应用,由于各种原因无法在GooglePlay商店中公开列出。我找到了有关GooglePlayPrivateChannel的信息但如果我理解正确,这只能在您的所有用户都在GoogleApps域内时使用(我的不是)。我是否可以使用任何类似的方法来部署我的应用程序(并获得用户轻松安装、更新机制等的好处),或者我唯一的选择是手动发布APK文件?据我所知,手动发布APK文件是唯一的选择,但这对我来说似乎很奇怪,因为我的情况对于“私有(private)”业务应用程序来说一定很常见。特别是,我担心必须引导用户完成打开“允许安装来自未知来源的应用程序”设置的过程会显得不专业

android - Google Play 服务版本 5.2.08 对我的设备来说太新了

我使用这种方法来检查播放服务的可用性:privatebooleancheckPlayServices(){intstatus=GooglePlayServicesUtil.isGooglePlayServicesAvailable(this);if(status!=ConnectionResult.SUCCESS){if(GooglePlayServicesUtil.isUserRecoverableError(status)){showErrorDialog(status);}else{Toast.makeText(this,"Thisdeviceisnotsupported.",T

android - 'meta name="google-play-app"' 工作吗?

如果您有一个(移动)网站,并且您的网站有相应的移动应用,iOS和Windows8的元标记会在平台上打开一个标准通知,告诉您的访问者有关该应用的信息,并引导他访问它在应用商店。现在,我在网上找到了一些关于android版本的引用:但我找不到任何值得信赖的引用。所以我在这里问一个问题:这个元标记是否适用于Android? 最佳答案 这个元标记在Android中有效吗?没有。可以处理吗?是的。iOS6及更高版本native显示一个智能横幅,提醒浏览器用户有关移动应用程序的信息。但是android本身不支持这个。要在android浏览器中显

android - 我的应用不适用于 Google Play 上的平板设备

我2天前在GooglePlay上发布了我的应用。由于某些原因,我只能在手机的GooglePlay中看到它。如果我在三星GalaxyTab上搜索它,它不会出现。在manifest.xml中我没有写任何类似的东西:android:largeScreens="false"另外,据我所知,这个标签默认设置为“true”。谁能告诉我一些关于这个问题的事情?在网络浏览器的Googleplay上,我看到了以下信息:此应用与您的某些设备兼容。-三星GT-P7500此项目与您的设备不兼容。-沃达丰三星GT-I9000-HTCHTCSensationZ710e===EDIT==正如你所问的,这是我的lis

android - 同时使用 Play 服务和 AdMob SDK

作为MH。thisquestion中指出,如果他们包含GooglePlay服务,则不再需要在他们的Android项目中包含GoogleAdMobAdsSdk-x.x.x.jar(参见migrationguide)。但是,我想这样做,但我遇到了麻烦。问题:google-play-services_lib项目包含一个已弃用的com.google.ads.AdRequest定义,并且有一个私有(private)构造函数。它最终出现在AdMobjar前面的类路径中(在“AndroidPrivateLibraries”条目中),所以当我尝试在我的代码中使用它时,它最终会尝试使用已弃用的,导致错误

android - Gradle 错误 : Unexpected inputs: android. gms:play-services

在运行时显示错误Gradle中的错误:错误:任务':app:transformClassesWithInstantRunForDebug'执行失败。Unexpectedinputs:ImmutableJarInput{name=com.google.android.gms:play-services-basement:9.0.0,file=/home/nawaf/AndroidStudioProjects/YugiohDeckBuilder/app/build/intermediates/transforms/profilers-transform/debug/43.jar,conte

android - 更新后 - 错误 :Failed to find: com. google.android.gms :play-services:5. 2.8

Gradle项目同步失败。更新androidSDK后出现此错误:Error:Failedtofind:com.google.android.gms:play-services:5.2.8我已检查更新的sdk位置是否已被AndroidStudio使用我已经安装了GoogleRepository并且AndroidSupportRepository也是最新的。还有一个ANDROID_HOME局部变量指向我实际使用的sdk 最佳答案 尝试使用com.google.android.gms:play-services:5.2.08而不是5.2.