google-play

Android app copy protection and data files

狂风中的少年 提交于 2019-12-12 09:45:31
问题 In my app, I access my sqlite database at the following hard-coded location in my code: /data/data/ com.mydomain.appname/databases/database.db If I turn ON copy protection in the Market Place, will my app still have access to this location? Or will I have to change it to something like: /data-private/data/ com.mydomain.appname/databases/database.db (or something like this) Since I have a Dev phone only, I have no way of testing to see if my app still functions normally after turning on copy

Is it possible to install an application via adb but still get Google Market updates?

廉价感情. 提交于 2019-12-12 09:45:24
问题 My company is distributing both the hardware (samsung galaxy tab 10.1) and the software (my application) to our customers. My intent is to "skip" the google account linking and use adb to install my production-signed application directly onto the tablet (identical as the apk I upload to google market). This will allow me to pre-configure the tablets for our customers, change the screen background to our logo, etc. However, once the tablet has been delivered to the customer, I would want them

In-game reward for facebook LIKE [closed]

家住魔仙堡 提交于 2019-12-12 09:29:53
问题 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 5 years ago . I integrated a facebook like button to my Android game. Can I offer in-game reward (e.g. gold coins) to the player if he presses the like button? I checked the Google Play Terms and such stuff, but we all know they are too general, and I don't know where else I can ask this. I know there are many Android

Is there a convention for maintaining both a free and pro app version from the same codebase in Eclipse?

帅比萌擦擦* 提交于 2019-12-12 09:19:20
问题 I am releasing two versions of an app--free and paid. The differences between the two are few, and I would like to release both using the same codebase (maybe a different constant defined for the other build?). Has anyone done this? Can someone point me in the right direction? Thanks! 回答1: Use an Android library project, which was specifically designed for your free/paid scenario. 来源: https://stackoverflow.com/questions/4057728/is-there-a-convention-for-maintaining-both-a-free-and-pro-app

Is it possible to reliably detect at runtime which store installed an Android App (Google Play or Amazon Market)?

試著忘記壹切 提交于 2019-12-12 08:49:20
问题 There are many similar Stackoverflow questions. All have answers that suggest using methods like getInstallerPackageName on the PackageManager class. All also have comments or conflicting answers saying that this is not a reliable approach, suggesting that the only way to reliably check which store installed a given App is to generate two separate binaries, each with a storeFlag set, and upload one binary to Amazon and one to Google Play. I need to know which store is the App's installer so

15 APK upload daily limits in Google Play

[亡魂溺海] 提交于 2019-12-12 08:12:31
问题 I need to upload almost 25 apps in Google Developer Console, but after the 15th APK upload, I received an error massage You have exceeded the daily APK upload limit. Please upload your APK tomorrow. How do I increase this limit? What should I do? 回答1: Just ran into this myself and spoke with a Google rep via chat. To paraphrase, there is an upload limit of 15 apk files within 24 hours. But this only applies to the first upload for each app listing. The thing that got me is that this includes

Privacy policy link Google Play

早过忘川 提交于 2019-12-12 07:57:57
问题 I am having trouble here, this is my first app and there is so much involved, I did not think it was this hard, currenctly I am stuck on adding a link to my app's PRIVACY POLICY my app is very simple, it does not share any data but I do use google's analytics, one more thing is that I do not have a website so supposedly I had the privacy policy link where would I put it apart from a site I own? 回答1: You might not need one. You could inform the user in-app that you're using Analytics.

Android 8 or higher: Check for Google Play Services

霸气de小男生 提交于 2019-12-12 07:51:29
问题 this method keep returning 0. According to the developer docs this method should return something like SUCCES if the device got the newest version of google play. Does anybody know how to use this? @Override public void onResume() { super.onResume(); GooglePlayServicesUtil.isGooglePlayServicesAvailable(getApplicationContext()); System.out.println("henkie: " + GooglePlayServicesUtil.isGooglePlayServicesAvailable(getApplicationContext())); } 回答1: It is returning SUCCESS . The documentation

getOpenSourceSoftwareLicenseInfo is returning null now

£可爱£侵袭症+ 提交于 2019-12-12 07:49:22
问题 A trivial but annoying issue has come up in the last few days. Previously my menu option which popped up a dialog to show the legal text for using Google Services was very full (if a little slow to load), but now it is null with no change to the code.. GoogleApiAvailability apiAvailability = GoogleApiAvailability.getInstance(); int resultCode = apiAvailability.isGooglePlayServicesAvailable(this); if (resultCode == ConnectionResult.SUCCESS) { AlertDialog.Builder builder = new AlertDialog

Is it possible to get number of downloads of an application from Google Play?

我们两清 提交于 2019-12-12 07:46:21
问题 I am trying to get the number of downloads of an application that I have uploaded to Google Play . I am searching for an API (or something similar) that retrieves to me the number of downloads with the authentification of the user. I do not want third party applications (like AppAnnie). It would be great if it could be on PHP and I found that there is a library which I think it is the most closest API I could find to get data from Google applications. Google APIs Client Library for PHP but I