google-play

Finding a list of all the android apps on the market

非 Y 不嫁゛ 提交于 2019-12-18 13:01:22
问题 is there a way of getting access to the details of each one programatically? 回答1: There is an open source project called Android Market API which allows you to do the following: You can browse market with any carrier or locale you want. Search for apps using keywords or package name. Retrieve an app info using an app ID. Retrieve comments using an app ID. Get PNG screenshots and icon It is located here: http://code.google.com/p/android-market-api/ Hope this helps you out. =) 回答2: As a

Reserving a package name on Google Play

╄→гoц情女王★ 提交于 2019-12-18 12:49:35
问题 Application names on Google Play don't need to be unique, and it's possible to request Google to remove violating apps through trademark claims or DCMA. What's not really clear, however, is how it works with package names. What if I'm developing "the Google app" (forgive me for a silly example) but somebody beats me to registering com.google ? Can I prevent this from happening by uploading a signed, though unpublished APK to Google Play? Or do I actually have to publish the empty app? Can I

Why is App not compatible with Tablets after update

℡╲_俬逩灬. 提交于 2019-12-18 12:39:19
问题 I have an app that's been available for over 2 years, and supported on tablets for as long as tablets have been around. I have an Asus Transformer tablet that I use for tablet testing. Before I made the update, the app was compatible with tablet devices. For my recent set of changes, then only thing I changed in the Android Manifest file was the app version number and app version string. Everything else is exactly the same as before. However, after the update, when I search for the app in

Why is App not compatible with Tablets after update

对着背影说爱祢 提交于 2019-12-18 12:38:12
问题 I have an app that's been available for over 2 years, and supported on tablets for as long as tablets have been around. I have an Asus Transformer tablet that I use for tablet testing. Before I made the update, the app was compatible with tablet devices. For my recent set of changes, then only thing I changed in the Android Manifest file was the app version number and app version string. Everything else is exactly the same as before. However, after the update, when I search for the app in

Android: how to distribute paid application when paid Google Play is not available in my country

不羁岁月 提交于 2019-12-18 12:27:48
问题 I'd like to sell my Android application, but I live in Poland and in my country* Android Market supports only free apps (we cannot sell and we cannot buy too). What is the best way to sell application in such situation? I can accept PayPal money transfers, but I don't know how to distribute APK package without exposing it to getting pirated. Did someone tried it already and succeeded? * Author's country wasn't supported at the moment of asking ** You may find useful PayPal Mobile Payments

Android NDK and Google Play filtering

Deadly 提交于 2019-12-18 12:24:57
问题 The Google Play appstore automatically filters your application to devices with compatible CPU architecture. E.g. if you have a library which is only compiled for ARMv5, your app will only show up for devices with ARMv5 or ARMv7 processors. What if I have a Java alternative, and want my app to be downloaded by non-ARM devices too? E.g. I catch an exception when trying to load the external library, and implement a workable alternative in Dex bytecode (Java). When I upload the .apk, the Android

Permission issue Google Play

 ̄綄美尐妖づ 提交于 2019-12-18 12:13:10
问题 I'm having trouble with androidpublisher.inapppurchases.get My project is just according to https://code.google.com/p/google-api-java-client/wiki/OAuth2#Service_Accounts and it worked fine until I migrated to new Google Play Account. So now when I execute request Server-to-Server I am receiving this response. { "code" : 401, "errors" : [ { "domain" : "androidpublisher", "message" : "The current user has insufficient permissions to perform the requested operation.", "reason" :

Android App A wants to track Google Play referral data for Android App B installation

a 夏天 提交于 2019-12-18 11:53:55
问题 Let's say I have an Android App A that is installed in the user's device and I have an AppWidget with my App where we let other Android developers publish their App promotion ads on a Cost Per Install basis. So we need to track if App B is being installed on the user's device through App A's referral. Let's also assume Android App B has its advertisement running on Android App A's widget and the link through which we redirect App A's users to App B's user to Google Play is with all referrer

Why google play store is not showing the reason for device unavailability for app?

大憨熊 提交于 2019-12-18 11:53:42
问题 I am mobile application developer and working on native as well as Phone Gap also. I have build one application in Phonegap that work perfectly in device but not working in some of the tabs. That i found here as per the Google Play Store policy. But why they are not showing a reason that due to some these kind of invalid code or due to some specific error which Google not allow you to run on some specific device. Query 1 : I have Samsung Galaxy tab 2 and tab 3. My app is not working in both

Google Play console reporting crashes from unreleased applications

巧了我就是萌 提交于 2019-12-18 11:47:07
问题 I would like to share a situation I am facing analysing the new features at Google Play console and try to find a solution for it. As many of you may already know, Google has released updates at Google Play console and introduced Android vitals. One of the good particularities is that now the session ANRs & Crashes shows all ANRs & crashes collected from Android devices whose users have opted in to automatically share usage and diagnostics data (during phone first setup). However, I am seeing