google-play

Kivy and Google Play 64-bit

风流意气都作罢 提交于 2019-12-11 16:55:36
问题 As you may know, from August 1, 2019 all Android-releases must be compliant with the Google Play 64-bit requirement. Will Kivy + Buildozer allow us to create such apps? Thank you in advance! 回答1: From the comments, here's an open issue on the Kivy repository about plans for Kivy to support Google's upcoming 64-bit binary requirement. Here's a comment from one of the devs: In https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html: In August 2019, Play

OpenSSL Security Alert Mail from Google Play for android apps [duplicate]

社会主义新天地 提交于 2019-12-11 16:50:23
问题 This question already has answers here : Google Play and OpenSSL warning message (5 answers) Closed 5 years ago . I am developing android apps in AndEngine and Cocos2dx. I have received a mail today from Google Play, that says: "One or more of your apps is running an outdated version of OpenSSL, which has multiple security vulnerabilities. You should update OpenSSL as soon as possible. ..." I download an app called bluebox testing(HeartBleed Scanner). What i found was, apps build using

Google Paly sign in Does not work in Android

家住魔仙堡 提交于 2019-12-11 16:42:10
问题 I am implementing google play sing in, but it does not work I follow the developer document to implement it but still, it does not work 回答1: Step1 : Set up the app in the Google Play Console Create a new app . Then, in your app-level build.gradle file, declare Google Play services as a dependency: compile 'com.google.android.gms:play-services-auth:16.0.1' Sign in to Google Play Console. . If you haven't registered for the Google Play Console before, it will prompt you to register. Add your

Previously declared permissions (2 permissions) google play app release

半世苍凉 提交于 2019-12-11 15:17:56
问题 I am trying to create a new release with no sensitive permissions asked. but when i go to app releases it shows :` Previously declared permissions (2 permissions) android.permission.READ_SMS android.permission.RECEIVE_SMS` I deleted all artifact libraries apks drafts . What is the procedure to get rid of it? 回答1: I solved it. Go to your artifact Library and check if there is any active artifact which contains these permissions. Now create a build and overwrite those active artifacts with your

My Android app shows “This app may not be optimized for your device” on Google Play Store [duplicate]

旧时模样 提交于 2019-12-11 14:45:26
问题 This question already has answers here : Google play says “This app may not be optimized for your device”, when I access app page with my tablet (4 answers) Closed last year . I have an Android app and released on Google Play Store. When I view the app in the Play Store on Pixel C tablet. There is a message says "This app may not be optimized for your device". Does anyone know what does the message mean? How do I fix it? Thanks 回答1: In yout build.gradle, try remove targetSdkVersion 26 or

AS3 / AIR Google Play application id and expansion files access

懵懂的女人 提交于 2019-12-11 14:36:09
问题 I developed an app linked with main expansion file called "main.1000000.com.mycompany.myapp.obb". I access this file with the File.applicationStorageDirectory.resolvePath('Android/obb/' + FILENAME) method which indicates in debug mode on Windows, that the file exists. But after uploading to Google Play I noted two problems: 1) Application id has been altered with prefix "air.", so it is now "air.com.mycompany.myapp" 2) Application cannot find the expansion file sucessfully downloaded along.

Can I Query the Android Market to Return Apps with Specific Permissions?

无人久伴 提交于 2019-12-11 13:45:50
问题 Is it possible to query the Android Market to return apps with a specific set of permissions? This would be a HUGE help to me. I've heard of an open-source API project in the works (http://groups.google.com/group/android-market-api), but I'm not sure if it will provide the exact functionality for what I'm looking for. Any information is greatly appreciated, thank you. 回答1: You got it right.. http://groups.google.com/group/android-market-api helps you to get the set of permission. The

Creating Horizontal Scroll Bar Using Json?

倖福魔咒の 提交于 2019-12-11 13:44:43
问题 I am trying to create the CardView ScrollBar UI like Google Play. I was following this tutorial but stuck at the models classes and can't move further. My Json is like this: { "Cards": { "Recently Updated": [ { "Name": "A", "img": "a.png", "link": "alink.com" }, { "Name": "B", "img": "b.png", "link": "blink.com" }, { "Name": "C", "img": "c.png", "link": "clink.com" } ], "Newly Arrives": [ { "Name": "A", "img": "a.png", "link": "alink.com" }, { "Name": "L", "img": "L.png", "link": "Llink.com"

changing app from free to paid in android, how does this affect previous downloaders?

回眸只為那壹抹淺笑 提交于 2019-12-11 13:19:45
问题 So Ive decided to turn my free app into a paid app, the question I have is how does this affect people who previously downloaded my app, for example If I release an update in the future will the people who already dowloaded the app when it was free have to pay to download the update? this I would like to avoid as I dont want bad ratings in android market, thanks in advance! 回答1: Once an app is free on the Android Market it cannot be made a paid app. You can unpublish it, and you can publish

Error with Uploading APK to Google Play

淺唱寂寞╮ 提交于 2019-12-11 12:19:18
问题 Upload failed: Your APK cannot be analyzed using 'aapt dump badging'. Error output: to run aapt dump badging: W/ResourceType(12713): Bad XML block: header size 28024 or total size 1702240364 is larger than data size 3783 ERROR: AndroidManifest.xml is corrupt This is the error I am getting when I attempt to upload an APK onto Google Play and am completely unsure of what to do. I have looked at other posts but am unable to fix my problem. Any help is appreciated!! -- Moksh 回答1: Is your apk run