google-play

How can I specify or get the resource id of a nativescript textfield

最后都变了- 提交于 2019-12-21 07:16:39
问题 We are using nativescript with angular for our mobile app. I want to use the Google Play pre-launch report feature, but our app requires a password to be entered. Google Play allows specifying a password but you need a resource name so the testing script can identify where to put the password. How can I specify or receive the resource name of a nativescript textfield, either in the view or by code behind or via any other means? The view in question: <StackLayout class="form"> <GridLayout

How to test app update on Google Play?

偶尔善良 提交于 2019-12-21 07:08:25
问题 Let's say I have the app in Google Play Store with version 1.0. In the new version (1.1) I would like to upgrade the database with new columns. Database upgrading is a common crash in my application because users in previous version (1.0) doesn't have the new columns in the database. I have tried to use the Google Play Store's beta testing feature, but the problem is there is no effective way (or at least I haven't found one yet) to do the following: Install a the current stable version (1.0)

Is it possible to get notified (e.g. email) when the Google Play Developer Console receives a crash or ANR?

瘦欲@ 提交于 2019-12-21 07:04:13
问题 I use BugSnag (similar to BugSense, Bugify, etc.) to track and manage my Android application errors, however, I had a situation where the application crashed before BugSnag could be initialized so the only place to find this crash report was in the Google Play Developer Console crash report. That's fine and dandy but I had to manually check the developer console to discover that there were errors that were NOT being caught by BugSnag (they don't make it obvious, by the way). Is there a way to

Get Application developer name [closed]

时光总嘲笑我的痴心妄想 提交于 2019-12-21 06:08:19
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I want to get the application developer name. Somebody please show me how I can get this. i tried but only get with installed applications and their icon . i want to display developer name 回答1: to get a list of the installed applications installed do the following : final Intent

Get Application developer name [closed]

余生颓废 提交于 2019-12-21 06:08:18
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I want to get the application developer name. Somebody please show me how I can get this. i tried but only get with installed applications and their icon . i want to display developer name 回答1: to get a list of the installed applications installed do the following : final Intent

Google sign in doesn't work after release of flutter app

本小妞迷上赌 提交于 2019-12-21 06:03:43
问题 I developed a app with Flutter and tested on my device using the command: flutter run --release and everything worked fine. I also tried building the app with: flutter build apk --release and installing it manually, and still everything was ok. I uploaded on the store, and now the login doesn't work anymore. I tried looking at the logcat and the error i get when i try to login is: I/flutter: exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 12500: ,

ListView with a (half- and or) hidable header

允我心安 提交于 2019-12-21 05:41:26
问题 My Problem, is that I don't even know what to search for. I want a ListView. This ListView has some Elements with a "sticky" state. If I scroll down the List on the device, I want that all ListElements with state "sticky", to be sticky ontop of the list (non-scrollable) till there is another one "pushing it away". The rest of the elements are supposed to scroll as normal. I've seen that kind of List in the Google Market. If you have a big screen you can see that list on the Detailview of any

Error while uploading apk to android market

邮差的信 提交于 2019-12-21 05:09:12
问题 I am trying to add my app to the android market. but i am facing the following error: " The file is invalid: W/ResourceType(17963): Failure getting entry for 0x7f050003 (t=4 e=3) in package 0 (error -75) ERROR getting 'android:icon' attribute: attribute is not a string value " My manifest file is: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.shaer.Hadith" android:versionCode="1" android:versionName="1.0" > <uses-sdk

Check if app available on Android Market

爱⌒轻易说出口 提交于 2019-12-21 04:37:11
问题 Given an Android application's id/package name, how can I check programatically if the application is available on the Android Market? For example: com.rovio.angrybirds is available, where as com.random.app.ibuilt is not I am planning on having this check be performed either from an Android application or from a Java Servlet. Thank you, PS: I took a look at http://code.google.com/p/android-market-api/ , but I was wondering if there was any simpler way to checking 回答1: You could try to open

How to detect refund with google billingclient library

戏子无情 提交于 2019-12-21 04:12:14
问题 I was wondering how to detect a refund, or any type of cancelation of an in-app purchase(not a subscription and not a consumable). I'm currently making my test and when I refund a test in google like that : The purchase is still present in billingClient.queryPurchaseHistoryAsync() (even in queryPurchase() ). How can I detect such changes and how can I disable my app for refunded users? Thanks in advance. 回答1: Have to tried this function PurchasesUpdatedListener Listener interface for purchase