google-play-console

You need to use a different version code for your APK because you already have one with version code 2

走远了吗. 提交于 2019-12-11 00:52:10
问题 I published my android application in Play Market two days ago. Today I made update of this application. I changed the versionCode in build.gradle from 1 to 2, and versionName from "1.1" to "1.1.1". When I had uploaded the apk file in Google Play Console, the browser crashed. When I had uploaded the apk file again, I got this error: You need to use a different version code for your APK because you already have one with version code 2. however there is only one version of my application in

An unexpected error occurred. Please try again later. (738369013) when submitting to PlayStore

三世轮回 提交于 2019-12-10 18:23:02
问题 When I'm trying to submit to playstore, upgraded from Beta to Production. Upon clicking the Review button, the error appears An unexpected error occurred. Please try again later. (738369013) What is this issue? Is this Google Error or our issue? 回答1: I had this same error code as well since last night up until just now. I think whatever it was, the issue was on Google's end and it appears to be fixed now. 回答2: Maybe it it google error. I have made some test. The same package submit under

How to deactivate my previous version retained .apk in Play Store

不羁的心 提交于 2019-12-10 18:00:35
问题 I have checked Google Documentation and other answers also - It tells you how to Deactivate your previous release version at the time of publishing new release version, but it doesn't tell you how to deactivate your previous release version if you have already retained it. I want to deactivate my 3rd release version but their isn't any option mentioned... Since, I need Single-APK release, not Multi-APK-release. Do I have to unpublish & re-publish my app? 回答1: Solved: Just realized it today,

React Native - Android TV - DPad Functionality

会有一股神秘感。 提交于 2019-12-10 16:49:05
问题 I have published a react native application to google play store for android tv. For tv, I have received notification for: Missing DPad functionality Your app requires user interaction for menus or app navigation. Please make sure that all menus and app navigation are fully functional using a DPad. Please refer to our DPAD Control and Hardware Declaration documentation. How do we enable d-pad navigation for react-native android apps? If you need any more info, just let me know. 回答1: Finally,

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

北城余情 提交于 2019-12-10 09:36:02
问题 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

Can I delete published app in alpha testing from google play?

99封情书 提交于 2019-12-09 02:32:42
问题 I have published my application in alpha testing for testing purpose. Now I want delete it permanently from listing. So, Is it possible to delete published application in alpha mode? 回答1: If your app is in Alpha and no one has downloaded it. You have to unpublished your app first and then contact Google. They will delete your app for you. I had them delete 1 app for me. 回答2: If you has not published your application yet you can delete it. Once you publish it you can only unpublish it. So you

Google Play warning: Your app contains a Cross-App Scripting Vulnerability

社会主义新天地 提交于 2019-12-08 07:10:55
问题 Good day all, I got a email from google play regarding Cross-App Scripting Vulnerability in one or more my published apps. I am using WebView in my apps, so they says my app contains webView Cross-App Scripting issue which can allow malicious apps to steal user cookies and other data . And They give what action I am going to take, that is Action required Please follow the steps below to fix the issue with your apps (listed at the end of this email). You can refer to the notice in your Play

Uploading instant app to Google Play Console fails with generic message

雨燕双飞 提交于 2019-12-08 01:48:41
问题 I'm working on getting a refactored app up to the pre-release channel in the Google Play console. When I attempt to upload the zip file I get the error "Upload failed. We could not save your changes. Please try again." I've been working on this for many days and feel like I've run out of options to try. Has anyone else experienced this specifically related to instant apps? My app has a base_feature, main_feature, and detail_feature. I have completed the following: The build.gradle files were

Google Play Store Security Alert Says that your app contains Vulnerable JavaScript libraries how to remove the security warning?

烈酒焚心 提交于 2019-12-07 04:46:50
问题 In Google Play Store am getting warning below like this, Your app contains one or more libraries with known security issues. Please see this Google Help Center article for details. Vulnerable JavaScript libraries: Name --> jquery Version --> 3.3.1 Known issues --> SNYK-JS-JQUERY-174006 Identified files --> res/raw/jquery_min.js Note: when loading webview in my app i will InterceptRequest in webview url and load the local jquery_min.js file from raw folder resource which helps us to load the

Google Play Console: Package name of your Instant App APKs should be the same as your app's package name

耗尽温柔 提交于 2019-12-06 07:12:32
I'm trying to upload into develop my Instant App with Google Play Console, but it returns an error: Package name of your Instant App APKs should be the same as your app's package name. I have a feature call base , the apk and the instantApp feature too, everyone has its own gradle file and the apk and the instantApp implements the base feature: dependencies { implementation project(':base') } I try to publish the .apk building by Build/Generate signed APK... with the same key of the installable App and it creates a file .apk compressed on zip I don't know what happends cause the instantApp and