itunesconnect

An error occurred uploading to the iTunes Store - Please upgrade Java

佐手、 提交于 2019-11-28 21:33:40
Yesterday there were an update to Jave (1.6.0_31) in the "Software update", but now when I try to send my updated app, I get this error "An error occurred uploading to the iTunes Store". Console writes this error... Java 1.5, 1.6, or 1.7 is required. Currently, java is the default java version. Please upgrade. Any idea how to fix this? Thanks! I met the same "An error occurred uploading to the iTunes Store" issue, and it took me a WHOLE NIGHT! Here comes the way to solve it: cd /System/Library/Frameworks/JavaVM.framework/Versions sudo ln -s CurrentJDK /System/Library/Frameworks/JavaVM

Cannot verify client 3000

不问归期 提交于 2019-11-28 20:59:25
I am using xcode 7.1 and trying to upload my app to the app store directly through xcode. While uploading I am getting a weird error:- cannot verify client 3000 Note:- I recently made changes in the accounts (xcode preference section). Is this related to my error? I also restart the xcode but issue still there? I already checked this question on SO , but they say restart your xcode. But this does not solve my problem. For my case,I got this error after selecting "Generic iOS Device" when archiving, however i plugged in my iPhone and selected it, then archived, I got no errors this time.(I also

What makes NSCalendarsUsageDescription required?

梦想的初衷 提交于 2019-11-28 20:09:36
问题 When I upload to iTunes Connect, my app gets the error that the NSCalendarsUsageDescription privacy is not provided. I am aware that this information is now mandatory, however I am not aware what and where my app uses something that would require this privacy usage description. What is my app doing/using that it requires a NSCalendarsUsageDescription ? Dear developer, We have discovered one or more issues with your recent delivery for "MyApp". To process your delivery, the following issues

In-App Purchases cannot be added to this version because it has already been submitted for review.

◇◆丶佛笑我妖孽 提交于 2019-11-28 19:26:12
I am in a bit of a pickle here. I added a new version for my app as I added IAP to it. I've added the IAP item in the "Manage In-App Purchases" menu in the new version section. However I forgot to select the IAP item to be added in the New Version "View Details" page. So I rejected the binary hoping the option to select the IAP item to reappear. But no it does not appear anymore. All it says is: In-App Purchases cannot be added to this version because it has already been submitted for review. To manage your In-App Purchases, go back to the App Summary page and click on the Manage In-App

ITMS 9000: The binary you upload was invalid

荒凉一梦 提交于 2019-11-28 19:07:06
When I ran into this issue, my first thought was to search Stack Overflow for solution. I did the search, found several topics. But, unlike my issue, those posters got some clue from the error such as, App Store error: The binary you uploaded was invalid Invalid iPhone Application Binary Uploading Binary iPhone App "The signature was invalid" again again and again The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate Or this one: "The binary you uploaded was invalid. the file was not a valid zip file" Error message uploading

CFBundleVersion must be a period separated list of at most three non-negative integers (WARNING ITMS-9000)

拟墨画扇 提交于 2019-11-28 18:47:00
I'm getting this warning when trying to submit my app: WARNING ITMS-9000: "This bundle is invalid. The value for key CFBundleVersion [3.3.9.2014.08.20] int the info.plist file must be a period separated list of at most three non-negative integers." This is the first time I'm seeing this after a lot of submissions with that versioning format. Is something changed regarding CFBundleVersion ? I'm guessing the three wasn't always there? or apple just started warning us about it? From the Apple docs : CFBundleVersion CFBundleVersion (String - iOS, OS X) specifies the build version number of the

How to support multiple devices with non-renewing In-App Purchase?

三世轮回 提交于 2019-11-28 18:25:01
I'm building an iOS app that will include an IAP with a non-renewing subscription. Apple provides this nugget in their overview of IAP : You are required to deliver non-renewing subscriptions to all devices owned by the user. Non-renewing subscriptions are not automatically synchronized to all devices by Store Kit; you must implement this infrastructure yourself. For example, most subscriptions are provided by an external server; your server would need to implement a mechanism to identify users and associate subscription purchases with the user who purchased them. I would like to follow this

Difference between internal and external testers in iTunes Testflight beta testing?

萝らか妹 提交于 2019-11-28 18:06:39
Can anyone please explain in complete details the difference between internal and external testers in iTunes Connect Testflight beta testing ? The difference here is just too brief. Does internal testers need to add UDID's of upto 10 devices? Or did apple completely removed UDID requirement now? Can someone please explain what needs to be done to distribute and test app of upto 1000 users? If I have the clients iTunes Connect credentials, how do I share the app from his own account? I know that there are too many questions asked in this thread which is against stackoverflow's policy, but i

Can I submit an application to iTunes Connect that is signed by another Apple Developer account?

巧了我就是萌 提交于 2019-11-28 18:02:02
I have a question regarding app submission. Situation: We have an iPhone Developer account and our customer has an iTunes Connect account. Is it possible that we hand them the signed, zipped application (that is signed with a provisioning profile from OUR account) and they upload it on their account? Or is it REQUIRED that they give us acces with the "technician" role? From my first impression, i think it should be possible that both accounts are not in any way connected, but i am not sure. Any help is appreciated. If it is possible, please post references, Thanks =) I think the short answer

Xcode 9 “no iTunes Connect account” error when uploading

自闭症网瘾萝莉.ら 提交于 2019-11-28 17:24:55
With a certain project in Xcode 9 beta 6 when I try to Upload to the App Store I get: I am the "Admin" role for this account. All contracts are up-to-date I tried removing/re-adding my account from Xcode prefs several times Submitting for the same project from Xcode 8 works (however I need to upload from Xcode 9 for this project because it links against iOS 11 beta) Another developer on the team is seeing the same thing so this seems like it might be common. Anyone find a workaround? I encountered the same issue with xCode 9 GM build. Deleting the derived data actually solved it for me.