application-loader

Application Loader stuck at “Authenticating with the iTunes store” when uploading an iOS app

↘锁芯ラ 提交于 2019-11-26 18:44:58
问题 We have been trying to submit an app to the iTunes store using Application Loader for three days and keep getting stuck at the "Authenticating with the iTunes store" step. We have read many forums (including stackoverflow) and tried what was suggested: making a new provisioning profile using different or multiple versions of Application Loader changing proxy settings rebooting the Mac uploading at a different time of the day, etc. We have even left it running overnight and have not had

itunesconnect using application loader behind a firewall

对着背影说爱祢 提交于 2019-11-26 18:08:49
问题 I was trying to upload the app store build zip file of my app to app store. When using behind my office firewall, the TCP/IP connection failed. I need to know what exact port should be open to upload iPhone application by using application loader. So that the port can be opened. Or any other configurations, if you know. 回答1: Go to Preferences, Advanced, select DAV only. This will use port 443 (aka HTTPS) for uploading. There is no way the company will open those ports for me ;p 回答2: I had the

The app references non-public selector in id (Facebook SDK iOS)

扶醉桌前 提交于 2019-11-26 10:57:33
问题 I was having this warning when submitting my app with Application Loader. The app references non-public selector in MyApp : id This warning can potentially reject my app from Apple AppStore\'s validation. My app is using Facebook SDK iOS 3.1.1 (also tried with 3.1) 回答1: This problem happens because of the Facebook SDK for iOS. Application Loader forbids the use of the variable "id" from any FBGraphUser related class (maybe others variables too, didn't test) - e.g. : id<FBGraphUser> friend id