google-play-console

Certificate fingerprint is invalid?

穿精又带淫゛_ 提交于 2019-12-06 06:39:32
问题 I have generated my SHA1 code from my keystore but when I try to create an OAuth client 2.0, Google game console is giving me the error: "Certificate fingerprint is invalid". Anyone knows why this happens? How do I fix this? 回答1: I've contacted Google Play Developer Support about this issue (I've got a same problem). Here is their answer : Please ensure the key is set to 2048 bit and is valid for at least 25 years. I've tried it, but sadly my debug.keystore is still not getting accepted,

Android Instant App - Play Console release/deploy error and DAL(digital Asset Link) not linked

孤街醉人 提交于 2019-12-05 16:40:20
I'm trying to figure out why the play store will not accept my instant app build. I have successfully deployed an Alpha regular app release to testers since it is a prerequisite to release an instant app. I am trying to deploy a development release instant app. What am I doing wrong? I tried to add as much detail as possible. Do I need to use the Digital Asset Link API service at the following link for a production instant app or is that for something else? https://console.developers.google.com/apis/api/digitalassetlinks.googleapis.com/overview I get the following error when uploading the

Remove APK from library in Google Play Developer Console

做~自己de王妃 提交于 2019-12-05 08:20:59
问题 Is there a way to remove an APK from the library in the Google Play Developer Console? To make sure: I don't mean to revert to an earlier version or unpublish an app, but to remove it from the list that can be seen after clicking on "ADD APK FROM LIBRARY" in Release Management>App Release. The version that I want to removed has not been used in any form of release. 回答1: Just go to Artifact library and remove needed apk . You can do it for these steps: -> Open Google Play Console -> Your

Remediation for JavaScript Interface Injection Vulnerability

杀马特。学长 韩版系。学妹 提交于 2019-12-05 05:58:12
I received a warning from Google Play Console that refers me to this page because I used JavaScript Interface in my app and suggest two options to solve the problem . Option 1 tells : Ensure that there are no objects added to the JavaScript interface of any WebView that loads untrusted web content. You can do this in two ways: Ensure that no objects are ever added to the JavaScript interface via calls to addJavascriptInterface. Remove objects from the JavaScript interface in shouldInterceptRequest via removeJavascriptInterface before untrusted content is loaded by the WebView. but I can't

Certificate fingerprint is invalid?

末鹿安然 提交于 2019-12-04 14:55:08
I have generated my SHA1 code from my keystore but when I try to create an OAuth client 2.0, Google game console is giving me the error: "Certificate fingerprint is invalid". Anyone knows why this happens? How do I fix this? I've contacted Google Play Developer Support about this issue (I've got a same problem). Here is their answer : Please ensure the key is set to 2048 bit and is valid for at least 25 years. I've tried it, but sadly my debug.keystore is still not getting accepted, maybe there will be some luck on your side. $ keytool -genkey -v -keystore debug.keystore -storepass android

Where is the Opt-in URL?

妖精的绣舞 提交于 2019-12-04 14:54:51
问题 I'm getting a message saying "An opt-in link will be available here when you publish your app", but I don't know what else I need to do publish my alpha test apk. The release status says "full rollout", which indicates to me that everything is done. I know it takes hours for it to appear but I already waited for days. What do I need to do to get this URL? If I sideload the apk that I created, will it be the same as downloading from the store (in terms of IAP authorisation)? 回答1: For many

An unexpected error occurred. Please try again later. (3200000)

*爱你&永不变心* 提交于 2019-12-04 08:15:27
问题 Can anyone is facing issue in Manage release in Google play store? When I try to upload an app in production track. It's not opening. I am getting this error. An unexpected error occurred. Please try again later. (3200000) 回答1: I had this about 5-6 hours ago then just gave up after seeing no answers. Tried it just now & it works. I guess something was going wrong internally & I just had to wait it out. 回答2: I too am having this problem. It seems like a fairly new error code as Google Search

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

邮差的信 提交于 2019-12-04 07:40:01
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 possible any of my dependencies uses it? Here's the list of dependencies: implementation "org.jetbrains

How to use upload certificate to release an app update?

懵懂的女人 提交于 2019-12-04 03:31:23
问题 Last week I created an app and uploaded the first version of it to play store via creating keystore in Android Studio. I wanted to enroll into App Signing but Play Console said that I first need to upload app before I could enroll into it so I uploaded the app bundle (app.aab) and then enrolled into the program, now I can see 2 certificates - upload certificate and app signing certificate. There is option to download them in .der format. What do I do of these .der files? To release an update,

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

亡梦爱人 提交于 2019-12-04 01:53:53
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 columns="*,90" rows="50"> <TextField #inviteTx col="0" height="50" autocorrect="false" returnKeyType="next"