itunes-store

Copyright issue while upload apps to itunes [closed]

怎甘沉沦 提交于 2019-12-06 11:39:17
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I get this issue from apple after upload my apps for review. We found that your app includes features for streaming TV channels, the content of which may be copyrighted. The use of materials copyrighted by a third party requires documented evidence of your right to use such content in your application. Please

iTunes lookup API return old data in my APP

自古美人都是妖i 提交于 2019-12-05 15:17:27
问题 My APP check update by comparing local version and remote version returned by iTunes lookup API. But the API still return old version after new version has released. https://itunes.apple.com/us/lookup?bundleId=com.xxx.xxxx This API return new version(4.9) if I request through browser, but return old version(4.8.1) in APP. Anybody help? Thanks. - (void)updateAppInfo { dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ //first check iTunes NSString

iPhone App with Activation Key

Deadly 提交于 2019-12-05 09:06:36
I am asked by a client to build an iPhone app which works as follow: User download the App for free from iTunes User enter their email address when they first launch the app They will be emailed activation key User launch app and then enter this activation key to start using the App. User do not have to pay for this activation key as the only purpose of this is that only employees of my client company can get the activation code and use it. So when they enter their email address activation key will only be sent if email address is from the same company. I know I can use enterprise license to

iTunes Connect Timezone?

心不动则不痛 提交于 2019-12-04 21:58:27
问题 Our iPhone Application is set to the United States store. Does anyone know what time period apple uses for this store (or any of them) for a full day? e.g. is it from 2400-2359 of the same day or 0600 of the 1st - 0600 of the 2nd? Any ideas? Cheers, James 回答1: From iTunes Connect - App Store Sales and Trends Guide: Time zone: Reports are based on Pacific Standard Time (PST). A day includes transactions that happened from 12:00 AM to 11:59 PM PST. 来源: https://stackoverflow.com/questions

Apple Music URL Scheme

风流意气都作罢 提交于 2019-12-04 21:19:58
问题 I need to know the URL Scheme of Apple Music to open a specific song. Up to now I was using the link like this: https://itunes.apple.com/us/album/monsieur-cousteau/id496076893?i=496076903&uo=4 That link, was working perfectly in iTunes Store, but now is not working any more. That's because the link is opened by Apple Music, and it seems to work because it opens the album, but not the specific song. 回答1: The structure of the links has changed there is now a flag in there for the open method:

iphone app submission process [closed]

家住魔仙堡 提交于 2019-12-04 20:57:40
I am done with my first iphone app (SO helps a lot..thanks). Now i want to submit my app to app store for review. I can use itunes connect to submit my app. I have few questions. 1) I dont know how to create a build for release. What i mean is i dont know what profile it requires. There are help videos but they all guide to do development provisioning not for release. 2) Where do i specify all app attributes like Genre and so on. 3) I dont have iTunesArtwork but it does not show in my itunes when i create distribute build. Is it going to same for release. Hope my question is genuine. The

Copyright issue while upload apps to itunes [closed]

点点圈 提交于 2019-12-04 19:11:12
Closed. This question is off-topic . It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I get this issue from apple after upload my apps for review. We found that your app includes features for streaming TV channels, the content of which may be copyrighted. The use of materials copyrighted by a third party requires documented evidence of your right to use such content in your application. Please provide the documentary evidence showing your rights to use this content, to ensure compliance with the

set iOS application language in iTunes

久未见 提交于 2019-12-04 18:28:57
I want to set the application language in iTunes. it always show English. but i want to show two language in iTunes. I do not want to made any changes in application bcoz i already managing these two language by device language. so plz can any one suggest me. Sample image contains multiple language English, Chinese, Dutch, French etc I have the same issue currently, and even if I fill different languages in iTunes Connect, I still have only English. I'll try something else, just by adding en.lproj & xx.lproj (replace xx by country language two caracters code) in my app with some data inside. I

Can I upload a new version of my iOS app with a different certificate/profile than the previous one?

帅比萌擦擦* 提交于 2019-12-04 16:54:52
I have an app in store signed with a distribution certificate/profile. Now I want to upload a new version of the app. But, I've lost the certificates and profiles. My situation is that there is no way I can get them back. I think that the "bundle identifier" should be same as the previous version. So, I have an idea to upload the new version by signing it with a different certificate/profile. Will that be valid? Or I have to use the same certificate which I used in my previous version? Its not obvious to me. You guys please give me some suggestions. Pardon me if this is a very basic thing one

How to stream audio for only a known duration using swift

强颜欢笑 提交于 2019-12-04 16:21:45
I'm using AVPlayer (I don't need to, but I wanna stream it and start playing as soon as possible) to play an m4a file (it's an iTunes audio preview). Only I only want it to play a part of that file. I'm able to set a start time but not an end time. Using a timer is not working because I'm using URL as a http address. I'm playing as it loads, without downloading the file. I also saw solutions in Objective-C to use KVO to know when music starts playing but I'm thinking this is not the best approach since I'm using swift and also because of glitches that may occur so the song will not stop at the