google-play

Is there a way to change the name of an application on Google Play app store?

狂风中的少年 提交于 2019-12-18 11:32:00
问题 I submitted an app to the app store last year and I found out a few weeks ago the name is being used for something similar. Is there a way to change the name of the app? UPDATE : In AIR you an application has an application descriptor file. In the application descriptor file is the Android manifest. In the application descriptor file change the name attribute (leave the id the same): <application xmlns="http://ns.adobe.com/air/application/3.6"> <id>com.mycompany.myAppID</id> <filename

Beta version in Android play store. Where's the opt-in link for testers?

两盒软妹~` 提交于 2019-12-18 10:31:11
问题 How to publish beta test-version in Android play store ? I'm trying to allow beta test my phonegap build app in the android play store. I already uploaded a signed apk in the beta tab and added a google+ group with some users inside ... but I'm slightly surprised that I cannot find how to install or even find this app on the testers smartphones. I opted myself as user in the group but cant see a link to the app or something like that. Shouldn't the app be already visible to beta users in the

Play Store updates/installs app using a different account than the one the user made IAP through

拈花ヽ惹草 提交于 2019-12-18 10:14:17
问题 On this bug report on github https://github.com/googlesamples/android-play-billing/issues/2#issuecomment-305380836 we were asked to raise the issue here. The issue is simple. User has 2 or more accounts on their phone, let's say xyz@gmail.com and abc@gmail.com. They install an app with account xyz@gmail.com. They purchase some IAP item. The app updates and now the app is under abc@gmail.com and the user has lost the purchase. This happens a lot when using staged rollouts. Main issue, as

TBMP Skeleton: Why are both onTurnBasedMatchReceived and onInvitationReceived not called on my physical device?

↘锁芯ラ 提交于 2019-12-18 09:13:42
问题 Currently, im trying to run tbmp skeleton sample and my set up is a physical 4.2.2 android device and a 4.3 genymotion emulator. Everything is working on both sides, except that my physical device isnt displaying the Toast notification when i take a turn in the emulator or when i send invitation. The emulator is displaying everything just fine, but for some reason, this 2 methods just dont get called in the physical device. The Code: public class SkeletonActivity extends BaseGameActivity

How to update OpenSSL version in CSipSimple?

情到浓时终转凉″ 提交于 2019-12-18 08:58:21
问题 I am using CSipSimple code for my application. But unfortunately, Google Playstore has raised a warning: You are using a vulnerable version of OpenSSL I want to update the OpenSSL version from existing code. Here is some reference which I have followed. CSipSimple-OpenSSL But I am stuck at step 5 there are no such command m: command not found Am I following incorrect steps? If any one have already done with this, then please help me or provide some steps/link. Any help would be really

Opening Google Play in popup (like Vimeo, Wisher, Buzzfeed) - Instant App

独自空忆成欢 提交于 2019-12-18 06:19:34
问题 How to open Google Play in popup like Wisher, Buzzfeed, Vimeo? I looked at Google documentation, but there is only about opening by Google Play app ( market:// ) or by a browser ( http:// ). I would like to open inside my instant app in order to install full app like on screens. 回答1: I think you're looking for showInstallPrompt. 回答2: TL;DR: InstantApps.showInstallPrompt(activity, postInstallIntent, Constants.INSTALL_INSTANT_APP_REQUEST_CODE, referrerString); At Vimeo we're using Branch for

In playstore can we have two apps with same name with different package - Android

和自甴很熟 提交于 2019-12-18 05:39:06
问题 I've upload application on google play store with my own package name. Later client want to change the package name. I've searched but i got that, not able to change package name after publish. what can i do for this? and In playstore can we have two apps with same name with different package? 回答1: In playstore can we have two apps with same name with different package? Yes, you can have multiple apps in the play store with the same display name, but they have to have different package names

Is there a limit on how many different apps can single developer publish on Android Market?

浪尽此生 提交于 2019-12-18 05:34:09
问题 I did the googling and checked all the relevant questions on StackOverflow but question is still standing: Is there a limit on how many different apps can single developer publish on Android Market? I am not talking about updates etc. I mean different Free Applications with different ID, different functionality and different APKs under same developer ID. Proof links are more than welcome. Update: I am aware of the limit on size. But the question is there a limit on amount? Failed to find

App on Google Play always shows “Update” instead of open [closed]

时光怂恿深爱的人放手 提交于 2019-12-18 05:28:10
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I have an app on Google Play that, after an update, always shows the update button. Even if it's already updated and the latest version is shown in app settings, Google Play keeps asking me to update it. What can the problem be? This only happens with this single application. I tried to delete all caches and data

Supported devices 0 on Google play

萝らか妹 提交于 2019-12-18 04:57:12
问题 I know similar question is posted here. I uploaded an app to Google Play Store but it is incompatible with all the devices. The app is actually a SignalR based chat application. Check out this image I am attaching the AndroidManifest.xml file.Any help would be appreciated. <uses-feature android:glEsVersion="0x00020000" android:required="true"/> <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity