itunes-store

is it possible to change the name of an iOS app via xcode?

回眸只為那壹抹淺笑 提交于 2019-11-28 21:15:47
we want to publish an update of our app. Is it possible to rename the app after the update? let's say the app is called myApp and I want it to be called myApp 2 after the update... can it be done? Actually you can. You can change the "Bundle Name" which (I think) is the name the App appears on the AppStore and the "Bundle Display Name" which is the name that appears under your icon on the Home screen. But if you change your "Bundle Identifier" then your App is not the same App. More info can be found in the Apple Docs here . In Build Setting , You can change Product Name . RyanG https:/

How to link to the iTunes store from iPhone app?

大城市里の小女人 提交于 2019-11-28 17:40:28
I am trying to set up an application in which users will be able to stream music . When the user is streaming a MP3, I'd like to set up a link to the iTunes store to buy the MP3. How can I do that? I feel like there should be some simple way of doing so using the song title and artist name, am I mistaking? Thanks You can experiment with the iTMS Link Maker that Apple provides and see how the links are formed. In addition, here is the iTMS Link Maker FAQ . See this blog post about how to query the iTMS Link Maker automatically. Basically, you can query the iTMS Link Maker and get an XML

Music preview from iTunes music store in iOS app [closed]

南楼画角 提交于 2019-11-28 14:12:06
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 11 months ago . I have interesting question. It is possible to play music preview from iTunes music store in iOS app? How to do that? I need your help. 回答1: Yes, you can do this. I have a published app which does this. You need to get the URL's to the music preview files. One way is via the

Application is “Ready to Sale” but not reflected on iTunes Store [closed]

社会主义新天地 提交于 2019-11-28 11:53:06
I hold my application for "Developer release after approval" on iTunes Store. I have released my application and current status is "Ready to Sale". I am still not able to see the latest version on the iTunes Store. I am already waiting from last 6 Hours. Could anyone please tell me how much time Apple takes to make live the new version of the application? As per the documentation , Your app version will then be live on the store pending the customary processing times. The delay is due to propagating your application's status across their all iTunes servers. This process usually takes different

Unable to archive in iTunes Store

爱⌒轻易说出口 提交于 2019-11-28 07:27:57
问题 When trying to upload my app, I get the error: "You must supply a CFBundleIdentifier for this request". The identifiers (UTI format) in info.plist, "General Identity", iTunesConnect and App ID (Apple Developer) are all similar. When getting the CFBundleIdentifier in applicationdidFinishLaunchingWithOptions: I get the same result. I have changed the project name, maybe it has something to do with that? Any suggestions? Thanks! Info.plist 回答1: I was getting this error when free space in my mac

How to detect the active iTunes store on the iPhone/iPod Touch/iPad?

孤人 提交于 2019-11-28 04:24:22
I'd like to be able to determine which store the user connects to from inside my app, so that I can direct them to some appropriate content for their device AND store. Does anyone know how to get this information? Basically, if the user is in the UK, and connects to the UK store, I want my function/method to return GB, if in Korea, I want KR, Australia = AU etc. Any help would be appreciated. The approach of getting the country code of the user's locale will work ... but only if the user's iTunes store is the same as their locale. This won't always be the case. If you create an in-app purchase

How to link to the iTunes store from iPhone app?

戏子无情 提交于 2019-11-27 20:09:28
问题 I am trying to set up an application in which users will be able to stream music. When the user is streaming a MP3, I'd like to set up a link to the iTunes store to buy the MP3. How can I do that? I feel like there should be some simple way of doing so using the song title and artist name, am I mistaking? Thanks 回答1: You can experiment with the iTMS Link Maker that Apple provides and see how the links are formed. In addition, here is the iTMS Link Maker FAQ. See this blog post about how to

is it possible to change the name of an iOS app via xcode?

不羁岁月 提交于 2019-11-27 13:38:57
问题 we want to publish an update of our app. Is it possible to rename the app after the update? let's say the app is called myApp and I want it to be called myApp 2 after the update... can it be done? 回答1: Actually you can. You can change the "Bundle Name" which (I think) is the name the App appears on the AppStore and the "Bundle Display Name" which is the name that appears under your icon on the Home screen. But if you change your "Bundle Identifier" then your App is not the same App. More info

An error occurred uploading to the iTunes Store

自作多情 提交于 2019-11-27 11:22:16
We Really need some help on this one: We've Struggled with all the Apple Mumbo-Jumbo for the Last two months and can't seem to get our APP on the APPStore... Right now my problem is after Validating the ARCHIVE compilation and sharing it.. in the Submit Process I Get - "An error occurred uploading to the iTunes Store" I Really don't Know what I'm doing wrong and don't seem to find ANYTHING on the Internet that solves the problem... I've been stugling with this for over a week now... I've tried: Creating a new Distribution Profile for Code Signing. Checking All the Target Settings over and over

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

*爱你&永不变心* 提交于 2019-11-27 10:14:35
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. Wharbio 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.properties If you do not find net.properties in above mentioned path then try, as it is changed now.