app-store

Upload to App Store Failed: No Version Found for 'adamId - platform'

倖福魔咒の 提交于 2019-11-29 01:17:04
问题 I am trying to submit an app update for an iOS app to support devices running iOS 9, and in the process of uploading to the App Store via XCode, I'm getting the following error: No version found for 'adamId - platform' (936823648-Mac OS X App). If this problem persists for more than 24 hours, please contact your Apple representative. This is an iOS app, not an OS X App, so I don't know why I am getting this error. I have already submitted several versions of the app to the App Store

Applications must be ready for upload on iTunes Connect before they can be validated or submitted from within Xcode

给你一囗甜甜゛ 提交于 2019-11-29 01:13:02
When I try push my app to review I got: Applications must be ready for upload on iTunes Connect before they can be validated or submitted from within Xcode. What mean by ready for upload on iTunes Connect ? Dancreek You need to go into iTunesConnect and start filling out the information for your app. It will tell you when its ready for the actual upload. in my case I tried to upload binary to wrong developer account. 来源: https://stackoverflow.com/questions/12825724/applications-must-be-ready-for-upload-on-itunes-connect-before-they-can-be-valid

Creating an App Store Short Link? [closed]

被刻印的时光 ゝ 提交于 2019-11-29 00:52:05
问题 I'm trying to figue our how to make a short URL that redirects to my app on the APP Store such as: http://appstore.com/MyAppName I've been looking through the documentation here: http://developer.apple.com/library/ios/#qa/qa1633/_index.html And unless I'm missing something, it only shows you what name formats you can have and not how to generate the URL. Can anyone shed any light on this? I would have thought: http://itunes.apple.com/linkmaker/ But nope. 回答1: You can create your own link in

Reachability Notification Never Called

谁说我不能喝 提交于 2019-11-29 00:15:58
I am having a hard time using Reachability in my code. I would like to keep it very simple by initiating an observer at launch and then just receiving change notifications. In the following code, the reachabilityChanged method is never called. I’ve tried many iterations but this is the simplest version. It compiles and runs. Please help... ** * * AppDelegate.h code * ** * #import <UIKit/UIKit.h> #ifdef PHONEGAP_FRAMEWORK #import <PhoneGap/PGViewController.h> #import <PhoneGap/PGURLProtocol.h> #import <PhoneGap/Reachability.h> #else #import "PGViewController.h" #import "PGURLProtocol.h" #import

How did Whatsapp app removed app's compatibility for iPad?

谁说我不能喝 提交于 2019-11-28 23:52:20
I have noticed using different applications that, even when you remove the iPad compatibility from xcode (see picture below) the app will still show that is compatible with iPad in the iTunes app page (see picture below): Therefore, I am wondering, how did Whatsapp removed the iPad compatibility from it's app? (see image below): Thank you Because WhatsApp does not work without telephony (the app requires the phone number) they did use telephony as UIRequiredDeviceCapabilities value in their info-plist. This limits the app to devices that are designated as telephones. Which currently covers

How to Require iPad 2 or iPhone 4S in App Store

南楼画角 提交于 2019-11-28 23:28:22
We are building an app that requires the RAM, GPU, and cores of an iPad 2 or iPhone 4S. Is there any way to configure the app so that it is not available in the app store to users of lesser hardware? I know that I can build armv7 only, and that eliminates the really old stuff. It looks like I could require a still camera (even though we don't use it), to eliminate the iPad 1 (although that feels like a hack). But that doesn't keep it off iPhone 4 or Touch 4. Any suggestions? This is now possible with the release of iOS 6. By requiring iOS 6, you can effectively require that only iPhone 4+ and

How can I fetch information about the app/song/video etc. from iTunes Store?

折月煮酒 提交于 2019-11-28 23:27:44
问题 I need to get an info about the app/song/video by item id from iTunes Store. I've found this But it doesn't work with apps. Is there any public API? UPD: I can get info using this link , but this is not a structured data it's just a markup for iTunes to display stuff. I can't rely on that - it can be changed anytime and is hard to parse because it has no consistent structure... 回答1: Apple now seems to offer a friendlier search service returning JSON. NB: the documentation does stipulate that

Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '57x57' pixels [duplicate]

送分小仙女□ 提交于 2019-11-28 22:44:14
This question already has an answer here: 'Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format' 16 answers I was trying to update my app in Appstore and I have started to receive this failure message. I checked over the internet for any solution, but none of them work. I have not changed my icons so this failure should not appear at all. I have checked the plist file, but always the same issue. The bundle is theoretically missing two icons 57x57 and 72x72 sizes. Renamed icons and setup the whole icons

A server with the specified hostname could not be found

ぐ巨炮叔叔 提交于 2019-11-28 22:25:57
When I try to submit my app on the Appstore through xCode I got this error. "A server with the specified hostname could not be found." Is this temporary error at apple or something to do with Xcode? is any one else facing this problem? Shane Rayner Keep Trying! I have had this a few times (including today), and each time, without changing anything, it has worked when I tried again. Sometimes the 2nd time, other times 20 minutes later. It might be DNS Pollution issue, at least for my case ( in China ). If you're also in China or some places that has DNS Pollution issue, you might solve this by

How to change my app’s developer name on Apple's App Store?

◇◆丶佛笑我妖孽 提交于 2019-11-28 22:08:28
问题 When I paid Apple the $99 to open my developer account, my company was not yet legally registered, so I used my name. But now my startup is a registered company and I need to have the company’s name showing as the developer. Does anyone know how to change the developer name? I already ready through Transferring ownership of an iPhone app on the app store and that’s is not exactly what I am looking for: I'm not trying transfer the account to a different company. I just want to setup somehow so