google-play

Android App can't be installed/updated for some users (Xamarin)

本小妞迷上赌 提交于 2019-12-22 06:24:07
问题 Our company is developing Android app in Xamarin.Forms (3.5.0) framework. Since now all users were able to update application from Google Play store without problems. After new update some of them got Google Play error "Can't install app". Like this one https://i.ytimg.com/vi/XOAgJz2vQu4/hqdefault.jpg but without error code. This problem occurs only for some users (about 80% users already updated to newest version). They already tried deleting Google Play cache and other solutions to this

Android App can't be installed/updated for some users (Xamarin)

耗尽温柔 提交于 2019-12-22 06:23:04
问题 Our company is developing Android app in Xamarin.Forms (3.5.0) framework. Since now all users were able to update application from Google Play store without problems. After new update some of them got Google Play error "Can't install app". Like this one https://i.ytimg.com/vi/XOAgJz2vQu4/hqdefault.jpg but without error code. This problem occurs only for some users (about 80% users already updated to newest version). They already tried deleting Google Play cache and other solutions to this

Google Play - update an unpublished app for existing users but not new users?

好久不见. 提交于 2019-12-22 05:29:31
问题 I have an unpublished app on Google Play which I want to update for my existing users, but not let new users download it. The Google Play documentation seems to be saying that this can be done by simply uploading an updated apk (and not re-publishing the app): Unpublished Apps Existing app users will still be able to receive app updates, even if you unpublish your app. If you don't want new users to find and download your app but still want to provide updates to your existing users, set your

Issue with Android IAP, no OrderID in Purchase Object

a 夏天 提交于 2019-12-22 05:07:01
问题 Im testing Android In app purchase subscription with one of my accounts with TEST License access (I'm aware Test access won't support Subscriptions). Noticed that there is no orderId in purchase response JSON but payment goes through(no charges though since there's a trail for 7 days on this subscription). response json looks like: "packageName": "com.xxx.xxxx", "productId": "yyyyyyyyyy_sdsda", "purchaseTime": 1426055867418, "purchaseState": 0, "purchaseToken": "xxxxxxxxxxxx", "autoRenewing":

“Package not signed correctly” appearing for some users

依然范特西╮ 提交于 2019-12-22 05:06:51
问题 I have an app on Google Play for years that has seen countless updates. The latest update (the first one in a while) fails to install for some people, they simply get the "Package not signed correctly" error message. It works for my Android devices I have at home. I'm building and signing with a custom build system that basically boils down to calling ant release , followed by jarsigner -verbose -keystore $(keystore) -storepass $(storepass) $(appname).apk $(alias) zipalign -v 4 $(appname).apk

Google Play -505 install error

牧云@^-^@ 提交于 2019-12-22 04:41:33
问题 I have an app in Google Play, which was built with tools and API 22. Everything was working well, but last update with API 23 (tools 23.1) shows users with Android 6.0 error numbered "-505" (in Google Play app or in notification). BUT.. its really random... I know about two same devices - Nexus 5 with 6.0.1 - one have -505, second is installing update without problem.... After a lot of searching I've found information that this error means duplicated permission, but which...? <uses-permission

Campaign Measurement with own BroadcastReceiver

笑着哭i 提交于 2019-12-22 04:28:47
问题 I've an Android app where user has to register. On sending registration, I want to send the parameters from the PlayStore (utm_source, etc.) to know from which campaign user comes from. So the idea was to use a own BroadcastReceiver for INSTALL_REFERRER, where I save parameters to a file. When user registers i will read the file and send the content. So I made receiver: public class CampaignBroadcastReceiver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent

Google Play: You need to check the icon inside your APK because it is not valid

纵然是瞬间 提交于 2019-12-22 04:20:54
问题 I'm getting the following error when uploading an APK file in Google Play Developer Console: Upload failed You need to check the icon inside your APK because it is not valid. All answers on SO I've found seem to suggest that you have to convert Vector Drawable icons to PNGs to get rid of this error. Why is that necessary? Isn't it the whole point of Vector Drawables to avoid generating PNGs manually? Edit: Converting my app icon to PNG actually did help. But I still can't understand why is

Can you use admob during alfa and beta testing in google play?

强颜欢笑 提交于 2019-12-22 04:17:37
问题 Simple question - can you use live AdMob ads (i.e. not in test mode) during alpha and beta testing in Google Play? 回答1: Yes. Alpha and Beta are supposed to be a restricted rollout to a small number of users, they have no effect on admob. Read about it in this guide. 来源: https://stackoverflow.com/questions/20240096/can-you-use-admob-during-alfa-and-beta-testing-in-google-play

Google.Play web interface hl parameter for arabic language

﹥>﹥吖頭↗ 提交于 2019-12-22 04:16:22
问题 How to view Arabic app description page in Google.Play? According to How can I switch language in google play? you just need to add appropriate language code as a “hl” GET parameter to view Google.Play app description in different language. Eg. https://play.google.com/store/apps/details?id=com.google.android.gm&hl=zh for Chinese. But this method is not working for Arabic, Hebrew and several other languages. Is there a way to view the app's details in this case? 回答1: This is the reply I got