google-play

Google Play error - Error while retrieving information from server [DF-SA-01]

核能气质少年 提交于 2020-01-01 14:27:11
问题 I am getting this error when I am trying to install an app via the Google Play service with my Android 2.3.6.: Error while retrieving information from server [DF-SA-01]*** This started to happen just recently, and I cannot install any app from Google Play service. How can I fix it? 回答1: On my Samsung Galaxy S, I resolved the error [DF-SA-01] by selecting 'Settings', 'Application Manager', choose 'All', looked for 'Play Store' / Android Market, pressed 'Clear data' and / or uninstall updates.

Google Play error - Error while retrieving information from server [DF-SA-01]

ⅰ亾dé卋堺 提交于 2020-01-01 14:27:10
问题 I am getting this error when I am trying to install an app via the Google Play service with my Android 2.3.6.: Error while retrieving information from server [DF-SA-01]*** This started to happen just recently, and I cannot install any app from Google Play service. How can I fix it? 回答1: On my Samsung Galaxy S, I resolved the error [DF-SA-01] by selecting 'Settings', 'Application Manager', choose 'All', looked for 'Play Store' / Android Market, pressed 'Clear data' and / or uninstall updates.

google play maximum number of (free) apps per accountº [closed]

假如想象 提交于 2020-01-01 12:02:14
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I have bought a license (account) to develop free Android apps. Is there any limitation to the number of apps I can upload? Thanks. 回答1: I asked this very question during a Hangout with the guys from Google. They said they weren't aware of any limit. My company has going on for nearly 300 apps now. 来源: https:/

Breaking Google Play developer policy in this case or not? [closed]

倖福魔咒の 提交于 2020-01-01 11:06:13
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I want to earn some money with android applications, but I'm facing a big problem. Google does not support my country on Google Play ( for merchants ). So I can't use their payment system for selling apps or in-app goods. Also they have a policy that say, we developers cannot use third- party payment system

Breaking Google Play developer policy in this case or not? [closed]

守給你的承諾、 提交于 2020-01-01 11:06:08
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I want to earn some money with android applications, but I'm facing a big problem. Google does not support my country on Google Play ( for merchants ). So I can't use their payment system for selling apps or in-app goods. Also they have a policy that say, we developers cannot use third- party payment system

My App isn't Compatible with Nexus 7 on Google Playstore

不羁岁月 提交于 2020-01-01 09:44:34
问题 Hii i have submitted an app to playstore but it isn't compatible with Nexus here is my Manifest My App is on List of supported Devices in the Google Play and when i check the same in the nexus device it is not at all visible on Search <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14"/> <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" /> <uses

Deploy to Google Play Store via API

一世执手 提交于 2020-01-01 09:27:37
问题 I'm a big fan of continuous integration / deployment and we build our Android apps with Jenkins and deploy every build from specific branches (mostly git flow's develop branch) to our testers via HockeyApp. What I want to achieve is that every new (tagged) commit to master will endup in the Play Store. So I don't have to manually upload APKs via the Play Store developer console. I've already searched for an API. But Google doesn't provide any and the two unofficial projects I found (Android

Deploy to Google Play Store via API

北城以北 提交于 2020-01-01 09:27:19
问题 I'm a big fan of continuous integration / deployment and we build our Android apps with Jenkins and deploy every build from specific branches (mostly git flow's develop branch) to our testers via HockeyApp. What I want to achieve is that every new (tagged) commit to master will endup in the Play Store. So I don't have to manually upload APKs via the Play Store developer console. I've already searched for an API. But Google doesn't provide any and the two unofficial projects I found (Android

Signing an app, but not publishing on Android market

狂风中的少年 提交于 2020-01-01 09:18:24
问题 The Android system has a flag called "Unknown Sources" that allows it to install applications from non-market sources. If I sign my application as described on the android developer website (i.e. with a certificate that is created using the private keys I got from google), and decide not to publish my application on the android market, but host it on my own site. Will this application be considered a non-market by the android system ? Will it still install with the "Unknown Sources" option

Getting “The AndroidManifest.xml of the uploaded APK could not be parsed. Was it compiled properly?” error after enabling Google App Signing

梦想与她 提交于 2020-01-01 08:59:50
问题 After enabling Google App Signing, everytime I try to upload a signed release APK to Play Store I get an error saying The AndroidManifest.xml of the uploaded APK could not be parsed. Was it compiled properly? . Here is the Android Manifest file got from the signed APK with the APK Analyzer tool <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="227" android:versionName="4.9" package="com.myproject"> <uses-sdk