itunesconnect

Updated iOS Applications Agreement

自闭症网瘾萝莉.ら 提交于 2019-11-29 00:54:58
I am trying to upload my app but I get this error when I try to upload it through Application Loader: A new version of the iOS Paid Applications Agreement with updated pricing information is now available in the Contracts, Tax, and Banking module. To be able to continue creating new apps and upload binaries for the App Store, your Team Agent must review and agree to the updated terms of the iOS Paid Applications Agreement. To access the iOS Paid Applications Agreement, you must have accepted the latest version of the iOS Developer Program Agreement in the iOS Dev Center on developer.apple.com.

New Itunes connect : Submitting app for review [closed]

孤者浪人 提交于 2019-11-29 00:53:51
I am trying to submit a new version of my existing app in itunes connect but I am having difficulties. So I uploaded my build like usual and upload done. I went into pre-release and saw the status processing. This was 12 hours ago, now though it has changed from processing to inactive. I ignored that and went and chose the build anyways and clicked on "Submit for Review" I get an error saying You must submit your builds using Xcode 5.1.1 or later, or Application Loader 2.9.1 or later. After you’ve submitted a build, select it in the Builds section below. But I did submit a build using Xcode 6

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

Non-public selectors in App?

大城市里の小女人 提交于 2019-11-29 00:10:03
问题 I'm trying to submit an app via iTunes Connect. Xcode is throwing the following error: iTunes Store operation failed. The app referenced non-public selectors in Payload/Inflation Calculator.app/Inflation Calculator: allocBatch:withEntity:count:,allowWithEntity:, fastIndexForKnownKey: , indexForKey: I have no idea what " non-public selectors " I would be using, because I stuck pretty close to the book with my code. Anyone have any ideas? Code for the view controller (only .swift in my app):

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

Code Sign error: a valid provisioning profile matching the application's Identifier … could not be found

狂风中的少年 提交于 2019-11-28 23:38:30
I have been fighting this issue for days now and about to beat my head against the wall and put myself out of my code signing/app submission misery. I have an application that has been submitted to the app store and accepted no problems (ver 1.0.0). I was able to publish the first update (ver 1.0.1) with a little bit of trial an error using XCode 3.2.4 and iOS 4.1 via Application Loader. Now I am on XCode 3.2.5 and iOS 4.2 and am trying to publish an update (ver 1.0.2) via XCode Organizer. I can successfully build my application against the AppStore Distribution provision when I set my Bundle

Submitting Ad-hoc app to Appstore / iTunesConnect

霸气de小男生 提交于 2019-11-28 23:26:28
I know how to sign an app with Appstore mobile provision, and how to re-sign an Adhoc-signed IPA with Appstore mobile provision. This is not my question. My question is, can you submit Adhoc-signed IPA to Appstore / iTunesConnect, and have it pass Apple verification and eventually be distributed through Appstore. Why? So that I don't have to store a redundant Appstore-signed IPA along every Adhoc-signed release candidate IPA, and don't have to do the extra step of re-signing that requires a Mac machine. When using Application Loader , it is able to find all the stupid little errors, like

The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data

依然范特西╮ 提交于 2019-11-28 22:23:48
Got a build rejection The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data. The app does not use microphone. Or so I think. How do I track down where mic is used? UPD23112016: given that the lazy answer is being upvoted I've filed a new feature request with apple to close this security hole. UPD05042017: it is still bothersome that once you proxy mic access into some 3rd party framework via some half baked NSMicrophoneUsageDescription you have zero control on where and when it can be used if user agrees to

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

app rejected.how to track user non-renewing subscription

寵の児 提交于 2019-11-28 21:53:35
i developed an app for on Online Magazine with non-renewing subscription type. Apple Developer Guide say : " it's not appropriate to track the subscription using the UDID or the Apple Store ID. The subscription should be tracked with an external server that you should provide in order to deliver subscription to multiple devices. Additionally, please keep in mind that it is not appropriate to force user registration to meet this requirement; such user registration must be made optional. " and i recently had my app rejected by apple for those reasons: 11.6: Content subscriptions using IAP must