google-play

Google map v2 doesn't showing after publishing in play market

只谈情不闲聊 提交于 2019-12-25 04:33:24
问题 I have a problem with my google map in my android app after publishing. In developer console I've enabled "Google Maps Android API v2", added SHA1 key + package: 4D:8A:1F:C1:2D:8F:AD:EE:13:6A:AE:D0:FB:98:56:A1:76:70:84:2A;com.mypackage , got API KEY and added it in android manifest. But after I publish my app I got a message: Ensure that the "Google Maps Android API v2" is enabled. Ensure that the following Android Key exists: API Key: AIzaSyBt8ERGTRg8dMQy62FHoDbhaVs7YrG52iA Android

Google Play Says Your Device isnt compatible with this application

守給你的承諾、 提交于 2019-12-25 03:51:20
问题 I tried all solutions for my problem. here is my manifest code <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.turk.bakistik" android:versionCode="1" android:versionName="1.0" > <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" /> <compatible-screens> <!-- all normal size screens -->

Auto-update solutions other than Google Play

别等时光非礼了梦想. 提交于 2019-12-25 03:48:14
问题 I have a private application that will be installed in about 500 to 1000 phones. I'm concerned about how I'm going to update all of those. I don't want to list it on Google Play (since it's a private app). I've also read this question but it involves me firing up a server for this. Is there any online alternative that I can send my updates to and they distribute it to my devices? 回答1: Absolutely agree with Katharina's reply. I just want to explain in more detail about HockeyApp. HockeyApp is

The app is incompatible with all your devices

落花浮王杯 提交于 2019-12-25 02:58:43
问题 I've already read all the related questions before posting this one. I've developed a game with Unity3D and uploaded to Google Play. Yesterday it was available for all devices, there were reviews from other users. Today I've got couple reports about unavailability of the app on Google Play. It's available on Web version of GP, but is incompatible for any device, and not available at all in mobile version on GP. In developer console all the devices are compatible: And on the web version they

Android application published but not accessible (or downloadable) in the Play Store

二次信任 提交于 2019-12-25 02:15:40
问题 I have been talking with the support of the playstore for over 4 months because I have published an application but despite it being on the playstore it is not possible to install it (or access the related page to download). The support has suggested me to create a new app and republish it, I did it but now I have two identical published apps that have the same problem. In the Google Play Console there are no errors reported with the publication but of course the download data are 0. Can you

Signed app distributed locally and then published to google play store

跟風遠走 提交于 2019-12-25 01:48:34
问题 I distributed an app locally. I mean I signed the app and then I installed it manually into few devices, let´s say app version 1.1 I have published the app two days ago, let´s say version 1.2, on the Google Play Store , I used the same key also I have changed the versionName and the versionCode but the devices who have the version 1.1 do not get the latest version. With a device with version 1.1 going to Google Play Store App place (I mean with the device going to Google Play Store and

Is there a way to disable android market?

江枫思渺然 提交于 2019-12-25 01:39:42
问题 Is there a way to disable android market ? Say for a device admin or anyone for that matter ? How does ATT do it ? Have they asked mobile manufactures to modify the Android src accordingly ? Edit : Can this be done on non-rooted device ? 回答1: You needn't modify the source. The Market is just another app, but its typically stored in the /system/app directory which is read-only without root access. If you root the device, or if you're a manufacturer you simply need to remove the vending.apk

Publishing an Apk With maxSdkVersion Value For Filtering at Google Play

醉酒当歌 提交于 2019-12-25 01:33:39
问题 I've an apk at Google Play with properties below: android:versionCode="1000" android:versionName="1" <uses-sdk android:minSdkVersion="7" android:targetSdkVersion="19"/> Devices with api level 8 (2.2 FROYO) and 7 (2.1 ECLAIR_MR1) had a problem wiht this apk because of an unsupported method at those api levels. Anyway, I know the reason of the problem and the solution for it. But I don't want to push update to all of my clients(9+). So I created a version of an apk with properties below:

link to publisher in google play not working

帅比萌擦擦* 提交于 2019-12-25 01:12:35
问题 In my native android app i have a "more apps" button which I want to link to all my apps on google play. I'm following this link: http://developer.android.com/distribute/tools/promote/linking.html#UriSummary As per the documentation in the link above, i used this query: market://search?q=pub:publisher_name. For publisher name i used my name without the brackets. BUT when i run the app and click on the "more apps" button, the google play store app opens and shows this message: No results found

Compiling demo/final versions of android application for Android Market

最后都变了- 提交于 2019-12-25 00:37:31
问题 Right now I've finished an application that I want to distribute on Android Market. It will have a payed version and a free version with some limited features. While developing it, I was doing obviously just the main project of fully featured release. And now after finished I've included a "boolean" DEMO_VERSION=true that restrict those features. My question is if it's possible to generate both apk from the same project? Or should I create new project with the same source but changing the