itunesconnect

how to create binary of iphone application

佐手、 提交于 2019-11-30 03:53:58
On reading the iTunesConnect_DeveloperGuide.pdf, i came across the term binary . This is the paragraph found in the pdf: To submit your application through iTunes Connect and get it posted on the App Store successfully, make sure you have the following: Application binary (includes 57px icon), large 512px icon for use on the App Store, primary screenshot, contract information, export compliance information and applica- tion metadata It is also mentioned that the binary should be a zipped file. Can anyone please explain what is a binary and how to create one? Thanks In this case, what Apple

Screenshots for iTunes Connect with wrong aspect ratio

巧了我就是萌 提交于 2019-11-30 03:37:32
问题 Took screenshots for every size in the simulator and I'm having a problem with 4.7-inch (iphone 6) and 5.5-inch (iphone 6 Plus) screenshots only.... With 4-inch and 3.5-inch had no problem uploading. Error states: One or more screenshots have the wrong aspect ratio. For more information, see the Developer Guide. On the Dev-Guide says: 4.7-inch -> 750 x 1334 pixels for hi-res portrait 5.5-inch -> 1242 x 2208 pixels for hi-res portrait My screenshots HAVE those dimensions, I took them with the

Xcode 9: Provisioning profile is Xcode managed, but signing settings require a manually managed profile

萝らか妹 提交于 2019-11-30 03:03:23
I need to archive my app for submission to iTunes Connect. It was OK with Xcode 8.3.3: It's NOT OK with Xcode 9.0: When archiving, I get: Code Signing Error: Provisioning profile "XC iOS: *" is Xcode managed, but signing settings require a manually managed profile. Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.0' The two screenshots are taken from the same computer, same workspace. I can't use "Automatic" because it would change the provisioning profile to a different one, then after uploading to iTunes Connect I would get: Potential Loss of

Non-public selectors in App?

喜夏-厌秋 提交于 2019-11-30 03:03:22
I'm trying to submit an app via iTunes Connect. Xcode is throwing the following error: iTunes Store operation failed. The app referenced non-public selectors in Payload/Inflation Calculator.app/Inflation Calculator: allocBatch:withEntity:count:,allowWithEntity:, fastIndexForKnownKey: , indexForKey: I have no idea what " non-public selectors " I would be using, because I stuck pretty close to the book with my code. Anyone have any ideas? Code for the view controller (only .swift in my app): https://gist.github.com/Calda/aefc2f19bae5f3cf2e54 EDIT: As a reference for the future, I confirmed with

How to change my app’s developer name on Apple's App Store?

て烟熏妆下的殇ゞ 提交于 2019-11-30 02:45:20
When I paid Apple the $99 to open my developer account, my company was not yet legally registered, so I used my name. But now my startup is a registered company and I need to have the company’s name showing as the developer. Does anyone know how to change the developer name? I already ready through Transferring ownership of an iPhone app on the app store and that’s is not exactly what I am looking for: I'm not trying transfer the account to a different company. I just want to setup somehow so that the company’s name is what is shown as the developer. Contact Apple Developer Support. From https

Cannot upload video to iTunesConnect: The frame rate of your app video preview is too high

冷暖自知 提交于 2019-11-30 01:41:13
I made an App Store preview video using QuickTime player on OS X Yosemite. When I try to upload the video to iTunesConnect, I get an error message: The frame rate of your app video preview is too high. I can't see any options in the QuickTime Player to change frame rate. Does anybody knows what to do with it? Videos can be easily converted using ffmpeg, a handy tool that can be installed using homebrew . ffmpeg -r 30 -i 60fpsvideo.m4v -vcodec copy -acodec copy 30fpsvideo.avi This is what worked for me: ffmpeg -i input.mov -qscale 0 -r 24 -y output_5.mov -qscale 0 made sure the length stayed

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

拜拜、爱过 提交于 2019-11-30 01:32:55
问题 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

My App has been rejected because of UIBackgroundModes

我怕爱的太早我们不能终老 提交于 2019-11-30 01:27:28
问题 We found that your app uses a background mode but does not include functionality that requires that mode to run persistently. This behavior is not in compliance with the App Store Review Guidelines. We noticed your app declares support for audio in the UIBackgroundModes key in your Info.plist, but no audible content is played when the application is in the background. While your intention may have been to provide this functionality, at the time of review, we were not able to play background

iOS 11 - Is in app purchase testing using a sandbox user keeps asking to sign in for anyone else too? Forever loop?

痞子三分冷 提交于 2019-11-30 01:20:50
I am testing a non-consumable IAP on an iPhone 6s running iOS 11 GM. Whenever I tap my "Buy" button, it asks me to sign in. I tap "Sign in with existing apple ID" and enter my sandbox user details (which worked fine as of a few days ago on iOS 10). After entering, it just goes back to the same "Sign in" screen. I tried entering a few more times and it just goes back to the same screen again. Keeps looping forever. Is this down for anyone else? The same thing happens for me, for three separate sandbox users which were created before iOS 11 release. (The problem seems prevalent on iOS 11, there

Changing App name in iTunes Connect

喜夏-厌秋 提交于 2019-11-30 00:51:42
问题 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 回答1: As of right now, no. You can change the App's name when you submit an update, or simply create a new App