app-store

icon error while updating app to appStore iPhone?

青春壹個敷衍的年華 提交于 2019-12-30 23:35:06
问题 i am trying to update my application using application loader. when i submit the archive file, i got this error "icon specified in the info.plist not found under the top level app wrapper.icon57.png"! i have deleted the icons from my project and tried again, but the error exist. is their any way to remove this error? my info.plist displays these icons 回答1: This could help you, i think your filenames are wrong: I usually put this image in my dashboard so you can fast access to the filenames.

Xcode validate can't find app in iTunes Connect

独自空忆成欢 提交于 2019-12-30 17:32:07
问题 I've added a new app in iTunes Connect whose status is "Prepare for upload" and created the archive for it in Xcode with a distribution provisioning profile that specifies "App Store" as a distribution method. When I try to validate it, I get: No application records were found. Applications must be ready for upload on iTunes Connect before they can be validated or submitted from within Xcode. I've checked the CFBundleIdentifier in the archive's Info.plist to make sure it matches the one I

Xcode 6.3.2 fails communicating with the Member Center

可紊 提交于 2019-12-30 16:36:05
问题 I submitted a while ago a build of an app to the App Store for beta testing with TestFlight. The build was correctly loaded in iTunes Connect and I could sent it to review for TestFlight, but I decided to make a couple of changes in code so I removed such build from review. I archived the new version I now want to upload for beta testing, and suddenly I'm getting this warning in Xcode: An error occurred while communicating with the Member Center. Please file a bug and include a copy of your

Can I Have 2 or more developer names displayed on iOS AppStore?

旧街凉风 提交于 2019-12-30 10:37:31
问题 If there are 2 or more developers who have developed the App for AppStore, How can they have both of their names displayed below the app together? Also, do they all need to have a developer account or one is enough? 回答1: You need a single paid developer agreement. Only the legal name of the entity (person or company) that entered into the developer distribution agreement with Apple will be shown on the App Store. You can have whatever credits you want inside the app 回答2: You can also used the

iPhone 5 Optimization Requirement - Launch image really necessary?

浪尽此生 提交于 2019-12-30 07:14:12
问题 When trying to upload a binary to App Store, I get the following response in an email: "iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. As of May 1, all new iPhone apps and app updates submitted must support the 4-inch display on iPhone 5. All apps must include a launch image of the appropriate size. Learn more about iPhone 5 support by reviewing the iOS Human Interface Guidelines." Also, the status of the app is "Illegal binary". I've read that I must include a

Will my app get rejected if I place an iAd in a UITableView headerView?

非 Y 不嫁゛ 提交于 2019-12-30 07:06:29
问题 I am displaying iAd's in the headerView of a UITableView. When the user scrolls the iAd disappears because the headerView is no longer visible. I am not sure if this will prevent my app from being accepted. 回答1: As I explained in an answer to your previous question (and another question that was closed as a duplicate): iAd appears in simulator but not on device Apple will reject your application if an iAd is within a table cell. iAds are required to be in a static position on the page, and

Application failed codesign verification

余生颓废 提交于 2019-12-30 06:29:01
问题 I'm getting the following error when trying to submit my app to the app store. I went through the initial provisioning process and am able to run the app on my phone so not sure what's wrong. Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. EDIT: I tried downloading and installing a Distribution profile, but I'm still getting the error. Is there some way I need to link this new profile to my app in XCode? Thanks!

Binary Rejection - Invalid Watchkit Support

拥有回忆 提交于 2019-12-30 02:24:27
问题 We develop Watchkit app about 1.5 month, and we used Xcode 6.2 beta2,beta4, Xcode 6.3 beta to develop before and now use Xcode 6.2 (6c131e) to develop We use Xcode 6.2 (6c131e) to archive our project , and use Application loader to submit our app. And then we received the rejection: "The bundle contains an invalid implementation of WatchKit. The app may have been build or signed with non-compliant or pre-release tools. Visit developer.apple.com for more information. " anyone help me , thx.

Export Compliance in iOS App Submission

折月煮酒 提交于 2019-12-30 01:54:27
问题 I making a new app and want to submit to app store. But at the time of final submission there is check for Export Compliance. What should I Check Yes Or No. I use https url in my app. Please Help Me . Thanks In Advance. 回答1: If you are using https in your application, you will need to answer yes to this question, even if all you are using is built in mechanisms to communicate over https. The good news is that you no longer need to get the Encryption Registration Number (ERN) - the current

Availability of a name for an app in the AppStore

有些话、适合烂在心里 提交于 2019-12-29 12:16:25
问题 Is there a way to check if a name is available in the AppStore with an HTTP request? Without manually creating the App in iTunes Connect? 回答1: UPDATE 2015-01-05, per SarahR : If you already have an app created, you can use its SKU for the app you want to check, and you'll get an error on submission that that SKU has already been used. If you don't remember the SKU you used for an existing app, you can go to the app details page, choose "MORE", then "about this app". If you don't already have