google-play

How to sign a apk developed on sencha touch

自古美人都是妖i 提交于 2019-12-24 07:45:46
问题 We have done mobile app in Sencha touch and then We have converted them to android apk file.I want to upload them in Play Store but when posting it to google play I knew I had to sign the application. anyone know how I can do this procedure? 来源: https://stackoverflow.com/questions/23335714/how-to-sign-a-apk-developed-on-sencha-touch

Is it possible that getInstallerPackageName() is null when app downloaded from Google Play Store?

自作多情 提交于 2019-12-24 07:27:13
问题 In my app I use some implementation to check, if the app was downloaded from Google Play Store. Otherwise it does not start. For this I use getInstallerPackageName() by checking if the name is com.android.vending. This basically works on all of my devices, but in Google Play the pre-launch report tells me, that 2 of 9 devices return null from this method. Now there are two possibilities. Either this method returns sometimes null, even if it's downloaded from Google Play Store, or it is null,

Is it possible that getInstallerPackageName() is null when app downloaded from Google Play Store?

扶醉桌前 提交于 2019-12-24 07:27:04
问题 In my app I use some implementation to check, if the app was downloaded from Google Play Store. Otherwise it does not start. For this I use getInstallerPackageName() by checking if the name is com.android.vending. This basically works on all of my devices, but in Google Play the pre-launch report tells me, that 2 of 9 devices return null from this method. Now there are two possibilities. Either this method returns sometimes null, even if it's downloaded from Google Play Store, or it is null,

incoming payment for paid application in google play

家住魔仙堡 提交于 2019-12-24 07:02:40
问题 i have a developer account to upload android apk , but i have few queries where does the incoming money of paid application falls , in my developer account ? as the application will be paid so how my client gets the incoming money i.e. money which is being paid by the users ? do i need to give access to my developer account or i got to create a new for him ? is there a way to integrate my clients under my developer account and they will get their payment on their google checkout ? 回答1: from

Android market API

喜欢而已 提交于 2019-12-24 05:38:31
问题 Does anyone know if the Android market has an API which enables to automatically submitting new applications, without having to fill-up the market form manually. 回答1: No, sorry, there is no programmatic way to submit Market listings. Presumably, this is an anti-spammer measure. 来源: https://stackoverflow.com/questions/4483224/android-market-api

jks or pkcs12: which one should I use to sign the apk for Google Play Store?

自作多情 提交于 2019-12-24 05:35:29
问题 Android Studio 3.5.3, after the creation of my new Key Store, suggests me to convert it using this command: keytool -importkeystore -srckeystore /path/myKeyStore.jks -destkeystore /path/myKeyStore.jks -deststoretype pkcs12 On the Web and on SO I read a little about it (for example the pkcs12 format is widely supported regardless of the programming language used to read it) but I can't find the answer to this question: Is the format pkcs12 perfectly compatible with Google Play Store to publish

Command line upload of apk to google playstore

牧云@^-^@ 提交于 2019-12-24 04:53:09
问题 I am using TeamCity as my CI server. I want to add a build step such that the generated signed apk of an android project should get uploaded to google playstore automatically. Are there any API available for the same. Is there any terminal commands available for the same. I referred API to automatically upload apk to Google Play? but found no recent activity on uploading via API or command line. Please help me out. 回答1: The Gradle Android Publisher plugin does exactly that, as explained in

Can't unpublished app from play store

两盒软妹~` 提交于 2019-12-24 04:16:49
问题 When i click unpublished give error "you have at-least one active .apk " And also cannot update the app because key-store is lost... Any solution? 回答1: Though this is an old post, I thought it might be useful for other developers who are going through the same problem now. Google provides an issue reporting section which can be used to contact them if you are having some trouble with deleting your application from the play store. Here is the link. Another way of unpublishing your application

Android Marketplace Data File Location

ε祈祈猫儿з 提交于 2019-12-24 03:55:14
问题 I'm developing an app in Unity3D and the file size exceeds the 30mb limitations for some devices. For this reason i will be splitting up the main application apk and have at least one data file with all the assets. Only the main application will be downloaded from the marketplace which will act as an installer. What i'd like to do is upload the extra data file(s) to the marketplace as well (Android allows 2 extra 2gb data files), and then access these files from the installer to download to

Who bought my app

ぃ、小莉子 提交于 2019-12-24 02:10:14
问题 I develop mobile cross-platform games (for iOS,Android and WP). I want to know the email or the phone number of the people who bought my app from the iOS,Android or WP store, for using these informations for authentication purpose. Waiting for your valuable comments and sugessions Thanks. 回答1: You don't have that information unless people authorize you or give it to you. Under no circumstances should you be able to get the information of the people who are buying your apps unless they opt