app-store

Xcode - Warning ITMS-90735 - Invalid Executable Section - submitting to App store

陌路散爱 提交于 2019-12-07 20:16:37
问题 when uploading app to appstore, we're getting below warning in apploader log. WARN: WARNING ITMS-90735: "Invalid Executable Section. As of October 1, 2018 apps must no longer contain executables that have a __DATA,__dyld section. The Mach-O file in bundle with identifier 'com.myapp' has the invalid section (__DATA,__dyld)." Any help on this issue is appreciated. 回答1: This is high likely due to different BITCODE settings in your app dependencies. E.g. your app has ENABLE_BITCODE set to NO but

Is there a way to test an iOS app, on a device that is not submitted for Ad-Hoc distribution?

扶醉桌前 提交于 2019-12-07 19:06:17
问题 Having created my first iOS app as part of my MSc project I now need to send it (together with my report) to the examiners (basically upload it to the website of the University (via Moodle)). However, I cannot possibly know who the examiners will be and have any information about their iPhones So I cannot submit my app for Ad-Hoc distribution since I don't know what devices to include! Is there some other way around (other than locating the examiners and asking them for all the necessary

How to localise an arabic app in iTunes connect?

走远了吗. 提交于 2019-12-07 15:37:29
问题 I'm trying to use Arabic description and metadata for my app. In iTunes connect it states that these data must be in English or any other languages, so I did put them in English. The development of my app(storyboard and content) is in arabic.So when I went to submit the app in iTunes connect I didn't found Arabic language support! My question is how can I submit arabic details for the app name,description and screenshots?! Thanks 回答1: iTunes does not support Arabic. I faced with that issue

PhoneGap App rejected 10.6

落花浮王杯 提交于 2019-12-07 13:13:21
问题 Our PhoneGap App just got rejected. Binary Rejected: 10.6: Apple and our customers place a high value on simple, refined, creative, well thought through interfaces. They take more work but are worth it. Apple sets a high bar. If your user interface is complex or less than very good it may be rejected Text: "We found the following issues with the user interface of your app: Did not include iOS features. For example, it would be appropriate to use native iOS buttons and iOS features other than

Mac App Store invalid signature issues

自作多情 提交于 2019-12-07 12:55:29
I've recently submitted an application to the Mac App Store and have received an email informing me that the build contains resources (two in total) that carry an invalid signature: We have discovered one or more issues with your recent binary submission for "X". Your app has proceeded to review, but the following issues should be corrected in your next submission: Invalid Signature - the nested app bundle Y is not signed, the signature is invalid, or it is not signed with an Apple submission certificate. Refer to the Code Signing and Application Sandboxing Guide for more information. I've

Application Loader cannot choose zip file of my Mac app

天涯浪子 提交于 2019-12-07 11:07:08
问题 The status of my Mac app is "Waiting for upload". When I launch Application Loader, I can select it from the list. However when I click on "Choose...", I cannot select the zip file of my app (or any other file of any kind). I tried uploading an iPhone app to see if Application Loader has a problem and it works just fine. Am I missing something here? or has Apple changed anything lately with the launch of XCode 4?. Thank you guys! 回答1: You need to give Application Loader a PKG for Mac apps or

App rejected for storing database in Documents directory

我的未来我决定 提交于 2019-12-07 10:29:36
问题 My app was recently rejected from the app store for storing data in the Documents directory. I had moved it there because with the latest change, the db must now be writeable - it's no longer read-only. In researching the solution, I've read that it's actually preferable to use NSLibraryDirectory. Is this so, and more importantly, will that address Apple's concerns? Their complaint is that the app lets the user download to much content (it doesn't let the user download any unless you count

App rejected because asking user registration (Guideline 5.1.1)

女生的网名这么多〃 提交于 2019-12-07 08:39:06
问题 My app is a catalog of ebook-like content. Some of which are free to read, and some other are paid. I need to ask for user email / password to be able to retain the information of which content was successfuly completed, or until which chapter it was completed so the user can have his information synced accross all platforms. However I got this rejection message : Apps cannot require user registration prior to allowing access to app content and features that are not associated specifically to

Where can I find a detailed Apple App Store policy?

坚强是说给别人听的谎言 提交于 2019-12-07 08:27:03
问题 Including under which circumstances applications are rejected, and how much of a percentage Apple takes (widely distributed as 30%, though I can find no mention of it on their site). Thanks! 回答1: Here you go: http://i.imgur.com/MgyH2.jpg To be serious though, Apple has not published a definitive guide to the acceptance policy. It sometimes seems arbitrary and unfounded and even sometimes contrary to what they have provided as their pseudo-policy. From the iPhone developer agreement section 3

Can I submit Swift 2.2 app with Xcode 7.3 when iOS 10 is released?

被刻印的时光 ゝ 提交于 2019-12-07 08:12:21
问题 When iOS 10 be released, will I be able to submit to the app store app that runs with Swift 2.2 and was built with Xcode 7.3? Or is it mandatory to move to swift 2.3 or Swift 3 and build the app with Xcode 8? 回答1: Yes you can. Even macOS Sierra will support Xcode 7.3 (unlike Xcode 6 on El Capitan), so you can choose to build your applications in Swift 2.2 or Swift 3. For the App Store submission, the minimum Xcode version is 6.0. (October 2016) For more information you can check out this