Cannot add screenshots for my app - iphone

I am trying to add screenshot for my app and in app purchase. Both are unsuccessful.
It says network timed out. But it says this instantly, without trying to upload at all imo.

This happens often. Just try later.. It will work.

Using Safari instead of Firefox works.

Related

iTunes: Failed to create an app icon

I am having this problem today when I tried to update my iPad app in iTunes. First it asked me to upload an application icon (which already existed, but they needed other), 1024 X 1024. I have uploaded non-alpha, non-layered, no-transparency image, upload succeeded. But when I hit "Save" it continuously gives me: "Failed to create an app icon error." I have tried png, jpg, same error. There is no other, detailed info on this error. Anybody can help me what is going wrong? Never had this problem before.
So here is what worked for me:
I used Chrome, but waited a minute AFTER uploading the icon, BEFORE pressing the save button.
My theory: I was pressing save immediately after the upload preview icon appeared. Perhaps the icon preview area displayed a thumbnail of the icon on the screen before the upload had been completely processed in the iTunes Connect backend.
Hope this works for someone else.
Same Problem, changed to Firefox and it got fixed. I was working with Chrome.
Safari choked, Chrome worked perfectly. Irony.
Switching to Chrome fixed the problem for me. Usually I only use Safari for iTunes Connect. iTunes Connect often doesn't work in Chrome.
I faced same problem on Chrome but when i switch browser to Firefox it worked
Faced this issue today on Safari version 8.0.6. I waited for over a minute after uploading the icon and then tried saving. Did not help.
I then tired it on Google Chrome (version 42.0.2311.152 (64-bit)) and it worked.
Same issue for me this morning 10-16-2014, Apple fixed the issue by 4:00pm. I just got it to upload with the same icon as before. It seems to be working now with a 1024x1024
I know this is some time now after the initial post but just to confirm that this is still happening occasionally. Would not work in Safari (would have thought an Apple website would work in an Apple browser!) but works perfectly in Chrome!
Come on Apple, get a grip!
Like user4151735 stated, the problem has been resolved itself. Just now I tried to Save with the exact same image, everything went OK. Looks like Apple server had some issue today afternoon, at least till 5:30PM EST.
May be you need more time.
In my case, In last friday I had a happened same bug.
but this monday, No problem.
I think that Apple Ituness Connect's Bug.

iOS app does not respond to some clicks when downloaded from AppStore but works fine in Debug mode

I've made an app (called BeSharp), tested it a lot, uploaded it to Apple AppStore, and now all users report that the pop-up menu I use (custom one) does not respond to clicks.
It does not crash, so I don't understand how to get some debugging done.
So, the question:
How can I debug release version?
Thanks in advance.
P.S. Please find below some promo-codes if you wish to test an app yourself:
FAYNW9XTTMPY
LYK7EYJYJM4E
T6FW34E4TL6J
NJ99R4E39WEW
PJ473MERJKTH
MK4EMXE9XFFW
LN7AFXHJN9YK
MTTKW4PMXPFP
KK9HE74MKFJL
X6PWPHERHMLF
E7P96NNNAAN6
N93FFTPPA366
T9JX6PMN9ELT
JP39XKTT4J6N
Y3Y4R643E6F3
33HWLF4PFJPA
7XYW7NAH7A63
JNP4EYJHKLN6
46KPNPYFYALJ
Thanks everybody for comments.
I solved the issue.
After inserting some NSLog into code, and running release version on real device, I have pinpointed the issue, and it was in custom button component - in 6.1 some Alpha test function works incorrectly.
So I just updated it and everything worked fine.

charles for capturing iPhone traffic doesn't work on iOS5

We followed the instructions in the following page.
http://www.charlesproxy.com/documentation/faqs/using-charles-from-an-iphone/
But it doesn't seem to work. A simple web address put in the Safari mobile afterwards would end up receiving error saying "Cannot open page - Safari could not open the page because the server stopped responding". Was not able to find a solution for this problem, has anyone tried? Is there any special setting on Safari Mobile that could cause this?
I had this problem as well, after updating from 4.3 to 5.1. The solution I found was to go into Proxy->Access Controls and then remove all the existing IPs in the list. When I next tried to connect from the device, I then got the permissions popup and all was well.

UIAutomation how to change between apps or to the dashboard?

I have had some strange, hard to reproduce crashes, when testing my app with an ad-hoc version on my iPhone. The crashes happened after changing from my app to the dashboard (or other app) and then changing back to the app again.
Is there a way to use UIAutomation in a way to perform these changes automatically?
Thanks in advance.
Okay, I found an answer. Apple provided this line in the documentation
UIATarget.localTarget().deactivateAppForDuration(10);
This single line of code causes the application to be deactivated for 10 seconds, just as if a user had exited the application and returned to it ten seconds later.

How do I link to another app in the App Store in an iPhone app?

I used this technique, but it appears to not work anymore in 3.0. In the simulator at least, my app opens Safari, and then there is a visible redirect, but then I get a message that there has been too many redirects. Any fix?
Have you tried this on the device? There is no App Store application on the Simulator, so any attempts to redirect to it will fail.
Within my application, the itunes.apple.com links for the App Store work just fine under 3.0 on the actual devices.
I can't test this right now, but have you tried changing the 'http:' protocol in the link to 'itms:' instead?