google-play

How to create a UI like the new market or Google plus?

筅森魡賤 提交于 2019-12-12 07:29:15
问题 I was wondering if there is an "official" way to create apps for Android that will have the same design as the new Android market or Google+ app. By that I mean having the possibility to slide to the left/right to change the view, have the list on the top, etc.. (any Android user probably get what I mean) If there is no official way, do you have any tips on how to reproduce these effets ? 回答1: I believe this is what your referring to ' Android Compatibility Package ' http://developer.android

Android install source

末鹿安然 提交于 2019-12-12 07:19:09
问题 Is it possible to get the source of install from an Android app? I mean, I want to see, if the app is installed from the Play Store , Amazon Appstore or via executing an APK. PS: I think to see it while my app crashes and I was able to send an bug report, that my app was installed via Play Store . How do I get this value? 回答1: The PackageManager class supplies the getInstallerPackageName method that will tell you the package name of whatever installed the package you specify. Side-loaded apps

Error message I got when I went to upload to the playstore

与世无争的帅哥 提交于 2019-12-12 06:37:56
问题 This is the message I get, when I try to upload signed-aligned APK to the play store. Can someone please help out to fix the bug!! Your APK cannot be analyzed using 'aapt dump badging'. Error output:Failed to run aapt dump badging:W/ResourceType( 8485):Bad resource table: header size 0xc263 or total size 0x38f9a63b is larger than data size 0x34818 W/zipro ( 8485): Zip inflate failed, zerr=-3 (nIn=0xf744efb6 aIn=2130 nOut=0xf82e73b8 aOut=8324) ERROR: AndroidManifest.xml is corrupt here is the

App doesnt show in Google play for tablet

吃可爱长大的小学妹 提交于 2019-12-12 05:39:10
问题 My app's build sdk is Google APIs 2.2 [API 8] and has all the layout necessary for small and large phones and tablet also. The problem is that it is not shown in google play for tablet. manifest file is: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.test.myapp" android:versionCode="3" android:versionName="2.0" android:installLocation="auto" > <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="8" /> <supports

Multiple versions of app in Google Play Store

不羁岁月 提交于 2019-12-12 05:22:26
问题 I wanted to know if it is possible to submit multiple versions of the same app to the Google Play store. I know that Google Play allows developers to submit multiple APK's to the target certain device configurations, but we would like to release a different name of the app to each of our clients. Things that would be different in each app are the logos, app names, access to different types of information for each customer. I wanted to know if this would violate the Google Play Store's

Android application update only for one country

一个人想着一个人 提交于 2019-12-12 05:13:17
问题 Guys I have already submitted my application on Google Play store only for 4 countries. But Somehow the second version of the app should be available only for 1 country. If in Google Play Price & Distribution part I only enable for that country is the rest of 3 country will get updates or not? I need confirmation before releasing update on Play Store 回答1: Google Play not allow to update app only for one country. It means its not possible. as per @Tim Castelijns's comment But what happens if

Google Play push notification for app update available is not sent. Am I missing something?

橙三吉。 提交于 2019-12-12 05:09:04
问题 I had published an app on Google Play. According to me I need to change the versioncode in the gradle file everytime I upload the new APK and from there, Google Play does the job of notifying the users about an available update. I am in touch with many real world users who say they never got a notification about app update despite the several updates I had published to the original app. I know that there are certain device level play-store settings such as "Update app only on wi-fi" etc. and

Google Play Store: users cant download app because of error df-dferh-01

走远了吗. 提交于 2019-12-12 04:59:53
问题 I'm getting a lot of emails from users that can't download my app in the Google Play Store. They all get "Error while retrieving information from server [df-dferh-01]". I know that there are sometimes local issues with some devices that cause this but the users can download other apps, just not mine. EDIT: This is not solvable by the downloader at all... This is an app wide problem. How can I fix this? 回答1: I just figured it out! There was a warning in the Google Developer Console... My app

Android - Managed Google Play Console IAP An unexpected error occurred. Please try again later. (1200001)

旧街凉风 提交于 2019-12-12 04:32:48
问题 I'm facing an issue with my organization's Google Play console. I can not modify or create the IAP Products for the any of the applications. This wasn't an issue about a month ago. But recently I receive the following issue. An unexpected error occurred. Please try again later. (1200001) I have tried signing out of my account and waiting a few hours / days but this doesn't seem to have any affect. Has anyone else faced this issue? I've searched the error code online but not much information

android - how to recover keystore file

蹲街弑〆低调 提交于 2019-12-12 03:54:03
问题 I have lost my keystore file now i need to update my app on play store is there any way to get my keystore file i have my old signed apk please any answer will be appreciated 回答1: You cannot recover a lost keystore. The signature on your existing APK is just a signature- you cannot reproduce the signature without the key that generated the signature. Google does not store, keep track of, or ever have access to your keystore. It is completely on the developer to manage the keystore. Your