app-store

Can we submit xcode6 beta builds? How to prepare app for iOS8?

丶灬走出姿态 提交于 2019-12-01 06:49:28
So I've released an app into the store and now want to prepare it for iOS8. There are things that do not work on iOS8 anymore (e.g. the way the app registers for notifications), and I've fixed them by adding in the new non-deprecated methods. I read somewhere, however, that we should not submit an app built with XCode6 beta. If this is the case, how do we ensure that we have an iOS8 compatible app in the store when iOS8 comes out? Apple usually release a "Golden Master" build of Xcode to developers a week before the official launch of Xcode and the new iOS version. The idea is that you've done

512x512 image for AppStore (iTunes Connect), will Apple do corner rounding like they do on the phone?

[亡魂溺海] 提交于 2019-12-01 06:41:30
Upon submission of an iPhone app to iTunes Connect for AppStore distribution, they ask for a 512x512 pixel image. Here is what it says next to the place to submit it: "A large version of your app icon that will be used on the App Store. It must be at least 72 DPI and a minimum of 512x512 pixels (it cannot be scaled up). It must be flat artwork without rounded corners." So are they going to round the corners like they do elsewhere or not?? The iOS Human Interface Guidelines indicate NOT: "There are no visual effects added to this version of your application icon" Yet all the images I see on

On the iPhone, how can you cause a URL to display an entry in the App Store?

六月ゝ 毕业季﹏ 提交于 2019-12-01 06:38:05
For instance, if someone views a URL for an app on the iPhone, we would like the URL to open the App Store and display the entry related to that app. The idea is to allow downloading of an app with two clicks (click on link, then click on "Install" button) on the iPhone. How is this possible? [Edit] To clarify, from within the iPhone app, how can we automatically launch the right entry in the App Store? I understand that mobile Safari recognizes iTunes URL, but we prefer launching the App Store without redirecting to mobile Safari first. Matthew Frederick EDITED for a better answer: There's a

AppStore language description and “Localization native development region”

北慕城南 提交于 2019-12-01 05:54:22
an iPhone app, localized in three languages (english, italian and spanish), was submitted to the AppStore with description and screenshots in the three languages. The result is that in AppStore USA there is an english description, in the AppStore Spain there is a spanish description and in the AppStore Italy there is an italian description, but in all the others AppStore the language description is the italian. I think the problem is that in the info.plist file, the "Localization native development region" entry is set to Italy, isn't it? But I don't succeed in explaining another thing: if

Is it possible to distribute an iPhone Web Application through the App Store?

江枫思渺然 提交于 2019-12-01 04:38:25
问题 By Web Application I mean a web site targeted at Safari on the iPhone that can run "off-line" (by using a cache manifest file, JavaScript database, running full screen from an icon on the home screen.) The user experience as a Web Application is fine once it's installed, so there is no need for it to be native, and potentially, an app delivered in this way could run on other platforms (mobile and PC browsers.) I'm aware that there are many hardware/API features that can't be accessed in this

badge size: GOOGLE PLAY STORE and APPLE APP STORE margin: increase margin on APPLE badge to match size

懵懂的女人 提交于 2019-12-01 04:23:13
This question is linked to this one . One of the comment suggests to add a margin around the APP STORE BADGE image to match the GOOGLE PLAY STORE BADGE that includes by default a margin. After trying for a while to manipulate the GOOGLE PLAY STORE BADGE to crop the margin on it ( like in example as this one ). Which kind of work but it is not possible to crop the right margin of the image. So adding a margin-top , margin-bottom , margin-right , margin-left in percentage of the size of the APP STORE BADGE seems more reliable. My question is which values should we use in a CSS class: .margin

512x512 image for AppStore (iTunes Connect), will Apple do corner rounding like they do on the phone?

房东的猫 提交于 2019-12-01 04:20:00
问题 Upon submission of an iPhone app to iTunes Connect for AppStore distribution, they ask for a 512x512 pixel image. Here is what it says next to the place to submit it: "A large version of your app icon that will be used on the App Store. It must be at least 72 DPI and a minimum of 512x512 pixels (it cannot be scaled up). It must be flat artwork without rounded corners." So are they going to round the corners like they do elsewhere or not?? The iOS Human Interface Guidelines indicate NOT:

Android PlayStore warning your app currently targets API level 25

萝らか妹 提交于 2019-12-01 04:16:24
Warnings Your app currently targets API level 25 and must target at least API level 26 to ensure it is built on the latest APIs optimized for security and performance. From August 2018, new apps must target at least Android 8.0 (API level 26). From November 2018, app updates must target Android 8.0 (API level 26). Tip: Change your app's target API level. Learn how. I am using Cordova and Ionic 3. Just built the app using: ionic cordova build android --release-prod What should I do, ignore this or fix and how? Thanks. You can update your cordova-android to 7.0.0 as that's the version that uses

Application Loader ERROR ITMS-90062

廉价感情. 提交于 2019-12-01 04:13:21
I am trying to upload an update for an app on App Store using Application Loader. I am getting the following error. ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [1.0.0] in the Info.plist file must contain a higher version than that of the previously approved version [1.0.0]." I thought the CFBundleShortVersionString was allowed to remain the same, but the build number (or "Bundle Version/CFBundleVersion"), should increment on each build. Is this because the version label (CFBundleShortVersionString) has to increment on each approved version? Meaning

On the iPhone, how can you cause a URL to display an entry in the App Store?

淺唱寂寞╮ 提交于 2019-12-01 03:34:08
问题 For instance, if someone views a URL for an app on the iPhone, we would like the URL to open the App Store and display the entry related to that app. The idea is to allow downloading of an app with two clicks (click on link, then click on "Install" button) on the iPhone. How is this possible? [Edit] To clarify, from within the iPhone app, how can we automatically launch the right entry in the App Store? I understand that mobile Safari recognizes iTunes URL, but we prefer launching the App