google-play

A/B testing app features via Google Play Developer Console

不羁岁月 提交于 2019-12-13 05:17:32
问题 Is it possible to A/B test app features via Google Play Developer Console? If not, what alternatives are there? 回答1: Not that I now of. Try Kii's A/B Testing (just released). They have an SDK for Android (among others). Not integrated with Google Play Developer console though (they have their own dev console) so I'm not sure if this is a valid alternative for you. http://en.kii.com/optimize/ab-testing/ Just my 2 cents. Best. 来源: https://stackoverflow.com/questions/18708261/a-b-testing-app

Android: App not visible on 1920x1080 and 1280x720 resolution devices

佐手、 提交于 2019-12-13 05:12:14
问题 I have developed a game and uploaded it on Play Store. But its not visible on 1920x1080 and 1280x720 resolution mobiles. The manifest file is as follows: <!-- Mandatory Permissions --> <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.READ_PHONE_STATE"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <uses-permission android:name

Current Android app version in Google Play

匆匆过客 提交于 2019-12-13 04:47:55
问题 I have android apps hosted in google play. I want to find if updates are available or not programatically along with version number. Is it possible to get the current android app version in google play? Thanks. 回答1: This is not possible as google don't provide any such api. If you want to do so then you have to create a web service which returns all your currently live apps versions and then check them in your app. 回答2: NO, GooglePlay is private. You cannot get the new version from Google

Google Play - Android app not showing up after 24 hours

北慕城南 提交于 2019-12-13 04:43:16
问题 My app is not showing up in console it says the app is published but it's been 24 hour and I can't see my app on play store even with the direct link. https://play.google.com/store/apps/details?id=com.catchemall.hd.activity 4 days ago my app got suspended because it downloads YouTube videos. But after that I modified the app and now it download videos from sites such as daily motion viemo etc Not from youtube. There are tons of apps which do this. Any one have any idea what is going on? 来源:

No supported device for my Android app in Google Play

北慕城南 提交于 2019-12-13 04:37:25
问题 I am aware this question is asked multiple times on stackoverflow, but the answers given in those posts don't help me out... This is my manifest <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="be.gps.android" android:versionCode="2" android:versionName="0.0.2" > <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="19"/> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name=

Distributed android app not available on any devices

馋奶兔 提交于 2019-12-13 04:27:20
问题 I recently distributed my first app to the android play store. In the developers console it shows that 6162 devices are supported and none are excluded, also If I copy the .apk to any of my devices It runs perfectly fine. But when I open the app in play.google.com It says that none of my devices are supported so I can't install it, although in the developers console all my devices are supported. I have no idea at all why this problem is occurring so any hint or tip would be appreciated. <?xml

Failed to Upload an app on Google Play, certificate not valid

烂漫一生 提交于 2019-12-13 03:35:25
问题 Please help me, I stuck on this issue. I created some apps using my computer and there was no problem. However when I create an app on another computer, I get this problem. I do not have any problems creating apps, I get into trouble when I want to upload an app in the google play store. Upload failed You uploaded an APK or Android App Bundle signed with a certificate that is not yet valid. You need to sign your APK or Android App Bundle with a certificate that is currently valid. Learn more

How to check app is installed or not using javascript

谁说我不能喝 提交于 2019-12-13 02:54:21
问题 I am using javascript to check if app is installed or not, if my app installed i want to open my app or else it will redirect to play store account. the issue is that it is redirecting to play store even i already have app installed This is my .html file where i am checking for app <!DOCTYPE html> <html> <body> <script type="text/javascript"> window.onload = function() { // Deep link to your app goes here document.getElementById("l").src = "intent://sdf/SplashScreen#Intent;scheme=vsd;package

Warnings Your Apk Is Using Permissions That Require A Privacy Policy:

断了今生、忘了曾经 提交于 2019-12-13 02:31:52
问题 Your app has an apk with version code 1 that requests the following permission(s): android.permission.GET_ACCOUNTS. Apps using these permissions in an APK are required to have a privacy policy set. This is the error I get on google play console, Im not asking for this permission! Those are the only permissions my app has: <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> 回答1: Its Bug from Google Play

This app is incompatible with your device in play store(Galaxy S5, Only READ_PHONE_STATE Permission)

无人久伴 提交于 2019-12-13 02:05:49
问题 I just developed a simple widget "SIM Info Widget", which shows very basic information like SIM State, Serial Number, Operator Name etc. For any of the information just I need an Instance of TelephonyManager and "android.permission.READ_PHONE_STATE" permission. When I directly run the app in my Phone(Samsung Galaxy S5/G900I) through Eclipse, it got installed and running perfectly.(Screenshot is attached) But when I published it in Google Play, It says This app is incompatible with your device