itunesconnect using application loader behind a firewall
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
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
I found the solution to this problem after deeply looking at the log file. Although I created my own Distribution Profile and assigned to the CODE SIGNING IDENTITY the correct value for the developer certificate, it didn’t work giving me an error: “Application failed codesign verification”. The problem is at the following line: Authority=iPhone Developer: … Read more
FYI. Apple thinks 1.11 > 1.2, so if you are going from 1.11 to 1.2 you need to go all the way to 1.20. Enjoy.
For me I had to remove my account from Xcode > preferences > accounts > Apple IDs by pressing the “-” bottom left. Then The “+” and adding back in my details. Nothing to do with Technical accounts being required. As being Admin gives you full access and privileges anyway.
I had the same issue today. What I did is mentioned below. Go to XCode -> Preferences -> Accounts -> Apple Ids From that select your Apple ID, remove it, and then add it again. Quit Xcode, open it again, and then clean and archive the project. It worked for me. Hope it works for … Read more
Your live apps will not be taken down. Nothing will happen to anything that is live in the app store. Once they formally expire, the only thing that will be impacted is your ability to sign code (and thus make new builds and provide updates). Regarding your distribution certificate, once it expires, it simply disappears … Read more
I struggled with this all day and into the night trying every permutation I could think of and finally found this solution – hopefully this will save someone from going through this nightmare. My app was not previously using an xcassets catalog so I had added one to the project when trying to address this … Read more
If you have already created the new version in ITC, you can edit your apps name with the following steps: In iTunes Connect, click your app and you will see versions at the bottom of the page, click “View Details” of your updated version (e.g. 1.1). Then click “Edit” next to “Metadate and Upoads” In … Read more
The manual way: Your should copy your “Apple ID” from iTunes connect and use this link: http://itunes.apple.com/us/app/APPNAME/idXXXXXXXXX Would open the US store (“APPNAME” is that app name and XXXXXXXXX is the “Apple ID”. You can use more general method (Recommended): http://itunes.apple.com/app/idXXXXXXXXX and replace “XXXXXXXXX” with your “Apple ID” (from iTunes connect – after creating the … Read more
After quite a bit of stress, I can confirm that the issue was a problem with our backend not being correctly configured for IPv6. Apparently, AWS doesn’t support IPv6, nor IPv6-only DNS through Route53. I ended up moving all the internet facing bits of the backend away from AWS for the time being. I wanted … Read more