itunesconnect

iPhone App Submitting - Error ITMS-90171 Invalid Bundle Structure Can't Contain Standalone Executables

五迷三道 提交于 2019-11-30 23:17:30
问题 I've included screenshots of the full error messages I'm getting. This happens when I try and submit my app to iTunes Connect. I don't get any errors when running the app. 回答1: I had the exact same error for my application, and I was not able to find any reason from the information. The difference was, though, that I got it for all my .dll files. After some time, I saw that under IOS Bundle Signing - Custom entitlements it tried to point to a file that did not exist. I just removed that, and

Is it permited to download javascript code to iPhone

心不动则不痛 提交于 2019-11-30 21:55:59
I have an hybrid application, it's basically a website running from the application folder inside a UIWebview. The problem is that I was planning to update my website by downloading the whole website from internet and then replacing the old website. Today I found that Apple now provides the App Store Review Guidelines and among others there are the following rules: 2.7 Apps that download code in any way or form will be rejected 2.8 Apps that install or launch other executable code will be rejected Because my site has html, css and javascript, does that mean that my app will be rejected or is

ITSAppUsesNonExemptEncryption Cordova Build

末鹿安然 提交于 2019-11-30 21:45:59
问题 Acknowledging a similar question in the link below does anyone know how to add the information to the config.xml file in Cordova? ITSAppUsesNonExemptEncryption export compliance while internal testing? I need to have a true value in the plist: ITSAppUsesNonExemptEncryption ITSEncryptionExportComplianceCode [ Key Value ] Does anyone know the correct syntax to add this information? 回答1: I had to modify Andrej's answer a bit, this worked for me: <platform name="ios"> ... <config-file target="*

Your app information could not be saved.Try again.New iTunes Connect

会有一股神秘感。 提交于 2019-11-30 21:44:11
问题 I regenerate all of the certificates, update the version number of the application, but the problem persists. Follow the below steps. Go to My Apps Page. Remove the Build. Then Save It. Re Add your Build. then Save It. Now try to Submit It must work. I do not know what the reasons are, how to do?Thanks! 回答1: In Prerelease section the status of your build should not be "Processing". Just wait some time (10-20 min) after build upload, and it will be ready to use. 回答2: I got this problem in

iOS in-app purchase auto-renewable subscriptions free trial option not available?

梦想与她 提交于 2019-11-30 21:08:21
From apple's documentation it is possible to offer free trials to users, after which they will be auto-billed at the end of the trial If you offer a free trial, it will begin when a user subscribes. They will be automatically charged when the free trial is over, unless they have turned off auto-renewal. If you choose to offer a free trial, a drop-down menu will be displayed that will allow you to select the free trial duration. http://developer.apple.com/library/mac/#documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/13_ManagingIn-AppPurchases_Robert/ManagingIn-AppPurchases.html

iPhone app Update Vs new version

穿精又带淫゛_ 提交于 2019-11-30 20:21:38
Let's say I have an existing IOS app live on Appstore which is version 1.0 Now I make some changes to the app and want to submit back. Are there 2 separate ways to submit ? Like can I still keep the version as 1.0 and just submit the app OR I need to create a new version 1.1 and then submit it ? What are the differences in the process? Also from the customer end, how does this work for new/existing users ? I have just discovered something about version upgrades and the App Store. Just now, I'm suffering issues and users crashes because of a behavior of iOS system that I can't figure before.

Can I submit a new app version in iTunes Connect without cancelling the former that is “Pending developer release”?

家住魔仙堡 提交于 2019-11-30 18:22:49
I have an App in iTunes Connect that has the status Pending developer release , i.e. it has been approved by Apple's review team and now I can release it manually whenever I want. (Note, this is the initial launch, i.e. there is currently no vesion of that app available in the App Store). My question now is if it is possible to already submit a new version in iTunes Connect without cancelling the already approved version, by cancelling I precisely mean lose the opportunity to release it to the App Store . veducm No, you can only have one version of the app in the release process . The only you

ios app store rejection - Your app uses the “prefs:root=” non-public URL scheme

旧时模样 提交于 2019-11-30 17:40:42
I recently uploaded a new version of my app to itunes connect. My app got rejected with this note Your app uses the "prefs:root=" non-public URL scheme I am almost sure that I don't use any Url scheme on my app I have tried finding prefs:root using grep -R in my entire project through terminal (case insensitive to be able to also match App-Prefs or whatever. I also use a lot of cocoapods libraries so... my question is ... Is there a way to find out which library is using that permission? Screenshot of search results on xcode Frameworks used on my project: AmazonFling many others from CocoaPods

Can't Submit App to App Store: “Sending API Usage to iTunes Connect” either times out or loses connection

被刻印的时光 ゝ 提交于 2019-11-30 17:23:28
I request your help with this as I have been fighting with this since last night. I have googled for hours and I can't seem to find a solution to this so I am starting to fall for desperation. Basically, I submitted an app last week. It got rejected because of a small mistake of my part. I want to resubmit it now, but the app won't upload. I need to note I have reconfigured my network since then but I'm sure all ports are open and that nothing should be getting on the way of my app being submitted. Most of the fixes I have attempted to do come from other SO questions. Since nothing works, I am

Changing App name in iTunes Connect

放肆的年华 提交于 2019-11-30 17:16:34
Is there anyway to change the app name in iTunes connect. It took me 3 or 4 goes to try and upload my app the first time and somehow I made a bit of a mess of it. iTunes Connect is now telling that the app name has been used and cannot be reused. Is there anyway around this ? The actual app name that appears on the device is correct, I edited this on the info.plist. Regards, Stephen As of right now, no. You can change the App's name when you submit an update, or simply create a new App in iTunes connect. You might want to submit a feature request to Apple at http://bugreport.apple.com . From