itunes-store

How to Change App name in iTunes Connect

本小妞迷上赌 提交于 2019-12-17 18:28:10
问题 Is there anyway to change the app name in iTunes connect.Previously we followed the the below procedure to change app name, 1. Log in to Itunes Connect 2. Click "Manage applications" 3. Click on your app 4. Click "View details" 5. Click on Edit (At the right of "Version information") 6. Edit your app name. But currently it is not working, Is there is any way to change app name. Please give me the solution. 回答1: After some confusion I managed to change my app name (while it was in status

application loader stuck at the stage of “Authenticating with the iTunes Store”

落花浮王杯 提交于 2019-12-17 10:09:25
问题 I was about to upload an app to iTunes connect,but the application loader has been stuck at the stage of "Authenticating with the iTunes Store" and pending for almost an hour.Network is fine and I have never seen this before.Has anybody encountered this kind of issue? what is the solution?thanks in advance. 回答1: I had this problem when behind a firewall. I got around it by editing: /Applications/Xcode.app/Contents/Applications/Application\ Loader.app/Contents/MacOS/itms/java/lib/net

Update iOS app from Objective C to Swift

本秂侑毒 提交于 2019-12-13 15:18:38
问题 I have an iOS app which is currently live on AppStore. Now the app needs a major updation both design and functionality. The app is already developed using Xcode 7 and Objective C. I would like to rebuild the project with Swift code. I am not using core data in app Can I update the app as a new version of existing live app ? 回答1: Yes you can. If you will keep same bundle identifier as is, there is no doubt it's possible, even if you will build it from the scratch, the itunesconnect will

How to support app for iphone 6 and iphone 6++

醉酒当歌 提交于 2019-12-13 04:59:34
问题 my app is live on itune appstore but its showing that it is compatible upto iphone 5/5S. But i had tested the app on iphone 6 and 6++ simulators and it is working fine. What i have to do so that it should show that this app is compatible with iphone 6 and 6++ Thanks 回答1: In order to support iPhone 6 and iPhone 6 Plus compatibility, either you need to use a LaunchScreen file or simply add Launch images for 6/6Plus. Now when you try to run the app, it will automatically detect screen size and

Invalid Swift Support. … “doesn’t have the correct file type for this location” on App validation

六眼飞鱼酱① 提交于 2019-12-12 10:22:42
问题 I am trying to upload my app to iTunes Store. But when I try to do that I get the following message: Invalid Swift Support. The file DeckBuilder.app/Frameworks/libswiftMetal.dylib, DeckBuilder.app/Frameworks/libswiftUIKit.dylib, DeckBuilder.app/Frameworks/libswiftCore.dylib, DeckBuilder.app/Frameworks/libswiftFoundation.dylib, DeckBuilder.app/Frameworks/libswiftCoreData.dylib, DeckBuilder.app/Frameworks/libswiftDispatch.dylib, DeckBuilder.app/Frameworks/libswiftQuartzCore.dylib, DeckBuilder

does itunes have an api to upload music through remote site?

主宰稳场 提交于 2019-12-12 02:56:06
问题 i have a client who wants a his music artists to upload their music through the website. does itunes have an api that will alow these customers to upload their music to itunes through the website then have the music sold through the website, so that they dont have to go through itunes? 回答1: Tunecore seems useful for this sort of task. They'll handle uploading to iTunes and a few other stores for a fee. Apple doesn't provide an API for just anyone to upload whatever they like to the store. 来源:

add screenshot for an iPhone app in Waiting for Review state

核能气质少年 提交于 2019-12-12 02:26:03
问题 will it take longer time to get approved, if I add a screenshot for an app in 'Waiting for Review' state. I mean, does making any change make the queue all the way to the back again as if the app is submitted on that day? thanx 回答1: Just wait for it to be approved and you will be able to change the screenshots as part of the metadata for your app (this won't require further approval from Apple). 回答2: No. The only thing that would effect your review time would be developer rejecting your app.

Getting user email during iOS InApp purchase

天大地大妈咪最大 提交于 2019-12-11 14:44:33
问题 Is there anyway in iOS to retrieve the current user email (I suppose it would be the iTunes profile email) after a InApp purchase attempt (either successful or not)? 回答1: This is not possible with iOS public SDK (i.e. SDK 7 at this time). cf. this question for another way to get the user's email. 来源: https://stackoverflow.com/questions/16998742/getting-user-email-during-ios-inapp-purchase

how many users download my IOS application

蹲街弑〆低调 提交于 2019-12-11 02:27:44
问题 I want to know the number of users who install my application from itunes store, where can I found it? Note: I don't want Google Analytics, I just want the number of users who install it in their devices. Otherwise, with android applications, you can see the installation and active installations (the number of users who install the application from play store). 回答1: You can find the number in iTunes Connect. Login to iTunes Connect. Sales and Trends Select the app and you can see daily,

New In-App-Purchase are not displayed in the iTunes app product page

廉价感情. 提交于 2019-12-11 02:06:43
问题 My app provides IAP for our users and We already have one product then, which is listed on the "Top In-App purchases" section in iTunes product page. I submitted the latest version which have two new products. The build successfully went live (almost 2 weeks back) and I was able to purchase the new two products as well. Also the iTunes metrics show the purchase of new products from the users. But it is not displayed under "Top In-App purchases". Only the first IAP is listed under that section