google-play

Handling Permissions: Making one activity of a large app into an instant app

给你一囗甜甜゛ 提交于 2021-01-29 07:11:05
问题 I have been asked to make an instant app module openable from play store in a base app which I am working on. The base app is large with lots of activities. It also uses many more permissions than those allowed for instant apps. Is it possible that I make the instant app module from only one of the activities which utilizes only the allowed permissions? If yes, how should I go about it? In other words, can I declare the allowed permissions in the manifest file of the instant app module

New Google play console - managed publishing for first app release

雨燕双飞 提交于 2021-01-29 06:51:28
问题 According to their docs:new google play console docs Managed publishing is only available for updates, not when publishing an app for the first time. If you want to use Managed publishing for your production launch, we strongly recommend publishing your app to a closed testing track first. Keep in mind, internal test tracks are not covered by Managed publishing. Does this mean, if I published an app on a closed test track, like alpha, and this was successfully reviewed and published there,

How to create Deep Link for an Android Application

时光总嘲笑我的痴心妄想 提交于 2021-01-29 03:12:39
问题 I have created and deployed an Application on Google Play Store , I need to create a Deep Link for that app. I have searched, but unable to find out any way to create Deep Link for my application. Kindly guide me how can i create a Deep Link for this application. Thanks 回答1: As Android documentation says: To enable Google to crawl your app content and allow users to enter your app from search results, you must add intent filters for the relevant activities in your app manifest. These intent

When I upload the output of PEPK tools, Google Play Console says “The certificate provided is invalid. Please submit a different certificate.”

血红的双手。 提交于 2021-01-28 11:51:09
问题 This is the command I executed in my computer according to Google Play: java -jar pepk.jar --keystore=foo.keystore --alias=foo --output=output.zip --encryptionkey=blabla --include-cert and I uploaded the output.zip . Google Play Console told me that: The certificate provided is invalid. Please submit a different certificate. Besides, there are two files in the output.zip : certificate.pem and encryptedPrivateKey . 回答1: I think this happens when your key expires too soon. Did you create your

Can I still use JKS keystore to publish app to Google Play when I use Android Studio 4.0?

ⅰ亾dé卋堺 提交于 2021-01-28 09:49:47
问题 I get the informtion 'It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore -destkeystore -deststoretype pkcs12" ' when I try to 'Generate Signed Bundle / APK ...' I get the error "Given final block not properly padded. Such issues can arise if a bad key is used during decryption." after I update my keystore to PKCS12 based the artical. Now I hope to give up PKCS12, can I still use JKS keystore to publish app to Google Play

Get rejection message from play store “Your app(s) are vulnerable to Intent Redirection”

寵の児 提交于 2021-01-28 09:08:41
问题 Recently upload my New app apk to play store. After upload I got an email that contains a warning: "Your app(s) are vulnerable to Intent Redirection." unable to find out issue.. but after removing paytm payment gateway integration app approved.. but i need to add paytm payment gateway integration. If any one has a similar problem and knows the solution for it, your help would be appreciated. here is the mail "*Hello Google Play Developer, We reviewed your App, with package name com.xxxx.xxx,

Unity3D 5 packages conflict

[亡魂溺海] 提交于 2021-01-27 16:59:27
问题 I have Unity 5.0.2f1 . Firstly, I've successfully added GooglePlayGamesPlugin-0.9.20.unitypackage to my project. Then, I've tried to import GoogleMobileAds.unitypackage, but I got these errors: Error importing folder (The pathName assets/plugins is already mapped to fce8a713f1e5a4cc4b9973d1ef630f31. But the meta data wants it to be mapped to cbde64d36fd994c458fffca9e931b232) Error importing folder (The pathName assets/plugins/android is already mapped to b8f0d9a6a7f9240c981894807effddbc. But

How to fix “ERROR: Could not find method google() for arguments [] on repository container.” in android studio 3.5

本秂侑毒 提交于 2021-01-21 06:28:15
问题 I am trying to build and android project from an imported android source code; but each time I try building, I get this >> "ERROR: Could not find method google() for arguments [] on repository container". How do I fix it I recently converted my Web Application to a Native android app via goNative.io; of which it built an apk I can install on my phone and the android source code. on building the project in my android studio, I get the error >> "ERROR: Could not find method google() for

Language change is working before uploading to Google Play Store but not after uploading to play store . Why?

我的梦境 提交于 2021-01-21 06:24:10
问题 In My Application There are two language. If I download application from device which has English as default language.Then it is not changing to Chinese strings.xml (zh) . If I change my device language to Chinese and download the application then it is working fine and changing to both languages.Maybe because we have English language in our default strings.xml file. Maybe because google play store doesn't let user download resource file which it thinks user will not need. Can anyone help me?

Language change is working before uploading to Google Play Store but not after uploading to play store . Why?

你说的曾经没有我的故事 提交于 2021-01-21 06:23:28
问题 In My Application There are two language. If I download application from device which has English as default language.Then it is not changing to Chinese strings.xml (zh) . If I change my device language to Chinese and download the application then it is working fine and changing to both languages.Maybe because we have English language in our default strings.xml file. Maybe because google play store doesn't let user download resource file which it thinks user will not need. Can anyone help me?