I am using BuddyBuild to manage all my builds and to upload them to iTunesConnect. For the last month and even yesterday everything was working perfectly and smoothly. For some reason, today I can't upload the build. All the tests are successful but when it's time to upload it, it fails with no explanation.
All I changed (a part from a couple of lines of code) is I added the new iOS Marketing Icon.
Did anyone had this issue? Is there a way to know how to fix it or why is it happening? Thank you!
Unfortunately, the iTunes Connect API isn't great at providing feedback. Have you been able to finally upload?
If not, our recommendation is to download your IPA from the Build details, and try to upload it manually using the "Application Loader" app. This app usually returns better feedback than the API.
Let me know if this help!
Related
I have a Flutter developed App that I want to upload for App Store Review.
The App has been successfully uploaded through Xcode as you can see here— https://prntscr.com/26m7w94
Sadly, the Build doesn’t appear in my App Connect Build section as you can see here— https://prnt.sc/26no755
When I try to re-upload, it let’s me know that the Build is already uploaded to App Store Connect as you can see here— https://prnt.sc/26no84v
I have written to Apple and I don’t understand the answers they are giving me. They are just talking off-point.
Now I have waited for 8 days for this build to appear, but this uploaded build is not appearing.
Without this Build appearing, I cannot Submit to App Store Review.
Everything in the App Store Connect Form has been completely filled. Only Build remains to be added as you can see here— https://prntscr.com/26no94s
I can’t figure out what to do next, and this is 8(eight) wasted days gone by, with me not knowing what next to do.
Has anyone here faced this kind of problem before? How did you solve it?
Regards
Check in the TestFlight section. There might be a yellow triangle next to your build. You may need to answer some additional questions such as encryption usage etc. Just click on the triangle to answer and your build should be available afterwards.
Sometimes the answer to this issue is that there is actually a problem with App Store Connect (like right now).
You can check for issues on the Apple Developer System Status page.
For me changing the version from X.X.X to X.X.X+1 (2.2.2 -> 2.2.3) fixed the issue.
Sometimes it happens and I have also faced this problem .I successfully uploaded my bundle from Xcode but not found in connect.
I waited 30 minutes and refreshed .Then my bundle came in App Store connect.
Solution 1 : wait for some time & Refresh ,
Solution 2 : Create another Bundle and push to connect using Transporter (You can download transporter from appStore)
If the build doesn't show up on App Store Connect. You may want to check your email (the one you used as your Apple Id when uploading the build).
In my case Apple sent me an automatic email telling me that my build had some issues. Xcode didn't complain about anything and neither App Store Connect.
UPDATE: This might have boiled down to timing. After changing the version number to 1.0.0, that build showed up immediately. Half an hour later, the 0.0.1 build appeared out of the blue as well.
If you've set your version number to 0.0.1+X because you thought that makes sense while the app is still under development, change that back to 1.0.0+X. The upload will succeed, but app store connect won't list the build without a leading "1." in the version number.
Make sure no webviews are used in your app. It will not show builds in App Store Connect and neither XCode nor Apple will say that anything is wrong.
I have created an app and I have uploaded it to testflight the first versions all in order but they asked me for more changes and I have uploaded them and the internal tester of my app do not see the changes made, ie if you send them the message that there is a new version to download and they see the version number and they can download it but when testing it you do not see the changes it looks just as it was before. Any idea what it could be? I have searched for info and I can not find almost nothing. Thanks
I've run into this issue before as well. The only way I was able to solve it was to delete the bin/obj folders, close solution, clean, rebuild.
Then the next time the changes were shown.
I'm using Xamarin Forms and Visual Studio
In my TestFlight, I have more than 50 builds for Internal & external testers as well.
Today I uploaded a new build ver 2.5.1 from Xcode (My last ver on Apple store is 2.5). The build has been upload & I can see my build has been processed under 'Activity' tab but when I am trying to load 'TestFlight' tab, I am getting a blank screen as below, none of the builds are visible.
I have tried to open iTunesConnect on Safari, Chrome with the different type of user access (Admin, developer) but still getting the same screen.
Is this something wrong with Apple (I am trying from last 3 hours) side or I have to make any provision from my end.
Please suggest.
I've had the same issue and could only fix it by contacting Apple directly. I've requested a call through their "contact us" (on iTunes connect, not the main website) and got a call within a minute.
After explaining to the attendant my case (mentioning that there's a javascript error on the developer console!) she immediately sent a ticket to the iTunes Connect team and it was fixed one day later.
I had build problem regarding Testflight.Once I uploaded on testflight the build could not been appear for a day.So I had contact with apple guy.
https://developer.apple.com/contact/#!/topic/select
Raise your queries here, they will definitely resolve your problem.
Hope this link will help you.
Here is my answer,
I tried for the whole day but Testflight was not loading.
I did try after 10 hours in midnight and I found all my builds are visible & Testflight is loading.
I think there was some issue from Apple side & they did fix within a day.
I also found a link discussing the same issue
https://apple.stackexchange.com/questions/308244/testflight-tab-doesnt-load-in-itunes-connect
I'm currently unable to upload apps up to iTunes. I have tried to use Xcode to to validate but this returns an error 434 but doesn't really give any information with regards to what the issue may be. I then try to use App Loader which goes through successfully and uploads but then I get an automated email from Apple with the following:
Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.
I've trawled through google for the best part of today trying various fixes, recreated my provisioning profiles and I seem to have gotten nowhere. I've even gone so far as to create a brand new app and add my code in case it was a dodgy build setting but again, I still get the same result.
This should probably be put as a work around but I've managed to fix it.
On my google travels a couple of posts suggested exporting as Ad-Hoc, this is what caused the issue with application loader and Apple rejecting the binary. I've exported as iOS App Store Development and the submission went through successfully and I'm now able to select the binary in iTunes Connect.
However, this has not resolved my issue with Xcode validation and uploading so for now I'll continue to use the application loader but if anyone has any input with regards to what this issue may be, I'd appreciate it.
Diawi link expires in 10 days of upload? Do we have any other option for uploading development ios builds of iphone. Test flight is one of the option, but I am not getting that for what time it remains valid.
http://hockeyapp.net/ is one of the other way of uploading apps, but I don't know about the time it remains valid. You can also have a look at How does TestFlight do it?. These might help you.