publishing

App is not listed in Google play store for tablet devices

你离开我真会死。 提交于 2019-12-10 11:44:26
问题 Have published the app on the google play store. Able to download and install on android phones. But the app is not at all listed in Play store for tablet devices. i suspect there is something wrong in my manifest file. contents of the manifest file are <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:xlargeScreens="true" android:smallScreens="true" /> <uses-permission android:name="android.permission.CAMERA

Android hide logs in the application when upload to market

二次信任 提交于 2019-12-09 13:44:19
问题 My application has lots of Log.i(); statements added for debugging. Now if such an application need to be uploaded to market Should these logs be removed, and if yes is there an easy way than manual removal If not removed, will those logs be coming if the application is run by the user after installing from the market ( i tried to see the logs for some applications and i couldnt see any logs from the applications. I could see only android logs like from activity manager . But i dont see why

ERROR ITMS-90207 Apple Store Submisson

爷,独闯天下 提交于 2019-12-08 16:01:18
问题 My app works perfectly when I'm running it on the simulator or device (for debug and release build configuration). But when I try to submit my app to the Apple Store I got the following error: ERROR ITMS-90207: "Invalid Bundle. The bundle at 'APPNAME.app' does not contain a bundle executable." I tried to upload the archive with Xcode and Application Loader, without success. I have tried some of the solutions found in this topic (Xcode App Submisson ERROR ITMS-90207: "Invalid Bundle) but none

Android Market Publishing Multiple apk's

我只是一个虾纸丫 提交于 2019-12-08 11:42:29
问题 I have developed three different versions(as different projects) of an app(large,normal,small). How can I upload them as a single app with multiple apk's. Do I need to change package names? How about Keystore? Do I need to use same keystore or different keystores for different versions. And what about version number? Do the names of apk's matter? 回答1: Rules for multiple APKs see the rules All APKs you publish for the same application must have the same package name and be signed with the same

Is it possible to stop Sitecore from performing a publish operation?

主宰稳场 提交于 2019-12-07 21:52:22
问题 If I click "publish" on my entire content tree in the Sitecore Desktop, I will get the dialogue telling me how many items have been processed. Sometimes I know that this operation is going to take an extremely long time (e.g. an hour). There's no way to stop this process. Of course I can close the dialogue and continue using Sitecore, but the publish is still ongoing in the background. I cannot publish anything else until it has completed. Recycling the app pool will kill the publish, but it

Publishing external configuration files in ASP.Net MVC project using Visual Studio

大憨熊 提交于 2019-12-07 21:11:00
问题 I have a ASP.net MVC 4 web application and web.config is referencing some other external config files (e.g. ). When publishing the website only web.config gets published and none of these external files will be deployed. Note: I have set properties of these external config file as: BuildAction : Content, Copy always too but didn't change anything! Has anybody come up with a solution for this? Thanks 回答1: Modify your project file as such: <PropertyGroup>

Unable to Publish from Github Desktop Application to github.com

泪湿孤枕 提交于 2019-12-07 18:36:57
问题 While trying to publish from Github desktop app to github.com am getting the following error. GitHub Desktop was unable to store the account token in the keychain. Please check you have unlocked access to the 'login' keychain. relogin didnt help. Updating Github desktop didn't help. Deleted all the entries regarding github in Keychain tool 回答1: This seems to be caused by the Keychain being in an invalid state, affecting applications that try to use the keychain to store or retrieve

Auto Branching in svn using teamcity

随声附和 提交于 2019-12-07 15:39:46
问题 I wonder whether it is possible to do auto branching using Teamcity. As currently I am automatically publishing web applications using web deploy and the only thing left is branching as we usually take a branch in svn and then publish the next version. Can any one please advise if it is possible and how to do it. 回答1: Open TeamCity Version Control Settings for your release build. Set "VCS labeling mode" to "Successful only" and specify an appropriate labeling pattern. E.g. release-build-

Android app on Google Play Store is not compatible with LG G3 (Density 538, Size 2560x1440)?

旧街凉风 提交于 2019-12-07 14:10:24
问题 Android App is not compatible with LG G3 device which has high resolution and density. I have already test following config in manifest, neither support-screens nor compatible-screens nor both does not work. <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:xlargeScreens="true" /> <compatible-screens> <!-- all small size screens --> <screen android:screenDensity="ldpi" android:screenSize="small" /> <screen

Play Store Country Distribution (Publishing)

岁酱吖の 提交于 2019-12-07 11:25:35
问题 After 10 months of development, I am all set to release my first app!!!. I was going through the publishing checklist, can anyone confirm if the country distribution can be modified after you publish your app. I would like to do a limited release to US only and then expand to other countries. Is that possible? BTW my app is free. http://developer.android.com/distribute/googleplay/publish/preparing.html#countries Thank you! -L 回答1: Yes, it can be modified after publishing. The only two things