google-play

How does google play capture exceptions from our mobile?

☆樱花仙子☆ 提交于 2020-01-15 04:29:06
问题 I am wondering how would a Google play is capable of capturing list of errors occuring in the applications it has and showing it to the developer? Backdrop: We are trying to replicate an application like Google store? We should maintain a list of enterprise application through our application. We wanted to implement an exception capturing framework through our application that is capable of capturing exception by our list of apps and show and store it in backend. 回答1: I assume Android

Android Market. Google Checkout and Bank account

余生长醉 提交于 2020-01-15 03:13:27
问题 Please excuse the fact that it's not a programming question, but it's still related to software development, so i hope it is ok. Creating an Android developer account for paid apps implies registering a GoogleCheckout account which in turn implies linking it to a bank account from one of those 31 eligible countries. Can someone please clarify for me some aspects regarding Google Checkout and the bank which is linked to the GC account? So here are a couple of questions: If i'm not mistaken i

Game Features section in Play Store app's detailed view

点点圈 提交于 2020-01-14 09:53:07
问题 If you search for Super Stickman Golf 2, you will see a section called "Game Features" that shows which features are available (multiplayer and achievements). But my game Minesweeper 3D, which also has Google Play Games support (leaderboards and achievements) doesn't have this section. The question is: Do I have to do anything or is it google that manually adds this section for chosen apps? Super Stickman Golf 2 Screenshot: Minesweeper 3D Screenshot: 回答1: That should be automatic. Once you

Where do Internal testers download Google Play Android apps?

本秂侑毒 提交于 2020-01-14 07:03:15
问题 I thought I need just this link https://play.google.com/store/apps/details?id=com.here.myapp.name to download an app from Play Store, but when I click on it from tester account (which in tester list) I can only see 回答1: The link of testing will be https://play.google.com/apps/testing/packagename and you can find that in Alpha/Beta publish tab. https://play.google.com/apps/publish --> Select app --> Release Management --> App Release --> Alpha/Beta --> Manage --> Opt-in URL (URL for testing)

Grid view like Windows 8 or Google Play

本小妞迷上赌 提交于 2020-01-13 19:27:11
问题 I'm looking for the source code, or an example, of a gridview. I know that with eclipse i can do something really simple: many squares next to each other. But i want to have something strange and particular like this example: Click here Someone can help me? 回答1: You can use StaggerdGridview from Here Github It Looks Like This 回答2: You can do it through layout nesting. It's basically just like doing your html pages. For example: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns

Google Play Console preventing uploading or promoting new app versions compliant with sensitive permissions policy

丶灬走出姿态 提交于 2020-01-13 12:09:08
问题 I have an existing app published to production and beta tracks that require SMS permissions. In order to comply with Google's recent policy changes on these permissions I have removed all SMS permissions and have new versions with higher version codes that do NOT require these permissions sitting in both internal-test and alpha tracks. I am unable to either promote these compliant versions to beta or production tracks or upload new higher versions directly to beta or production tracks. I am

How to open “All” by default instead of “Social” in Google Leaderboard?

老子叫甜甜 提交于 2020-01-13 12:06:53
问题 I have integrated Google Leaderboard in my android game app. When I open it, it goes to "Social" mode by default (aka my Google circle). I need to manually switch to "All" mode (players from all around the world). How can I make "All" mode default? 回答1: There is an overloaded method that takes all the parameters: getLeaderboardIntent (GoogleApiClient apiClient, String leaderboardId, int timeSpan, int collection) You can get the intent and display the all leaderboard by: Intent intent = Games

Why is my app not showing on Google Play? Just now published

◇◆丶佛笑我妖孽 提交于 2020-01-13 10:37:09
问题 I just tried to publish my app for the first time - I went through the steps on Developer Console and it says "published" now with a green check mark (after I hit "activate" and "publish", with no errors) However, I tried searching by name on the Google Play store ( it's called "Urbanary Challenge" ) on my phone, tablet, and chrome browser but nothing shows up. (same with company name search). Then, I tried by direct URL: https://play.google.com/store/apps/details?id=com.shameless.studios

Open play store app from browser link

感情迁移 提交于 2020-01-13 09:44:52
问题 From this post I was able to create a functionality to redirect user to android or ios from a single link. However, on detection of Android I want to open the play store with my app shown. I tried the below link on redirect: window.location.href = "https://play.google.com/store/apps/details?id=com.myapp"; but it opens the play store in the browser itself. I want to open the play store app, I am assuming that my app users will be having the play store app, so I do not want to check whether the

Is my app or its dependencies violating the Android Advertising Id policy?

穿精又带淫゛_ 提交于 2020-01-13 02:50:09
问题 I've just received this message from Google Play but I'm not collecting the Advertising ID. Reason for warning: Violation of Usage of Android Advertising ID policy and section 4.8 of the Developer Distribution Agreement Google Play requires developers to provide a valid privacy policy when the app requests or handles sensitive user or device information. We’ve identified that your app collects and transmits the Android advertising ID, which is subject to a privacy policy requirement. Is it