itunes

I localized my app to Japan but I cannot see it

孤人 提交于 2020-01-04 09:12:00
问题 recently I uploaded my app internationally including Japan, France, China, etc using iTunes Connect. I can see French version of my app at French Apple's App Store. However, I only appears in English at Japan & China's App Store. (I translated all the information in both languages just like in French) What happened? What should I do to fix this? 回答1: Did you submit the extra paperwork that is necessary to sell apps in Japan? There is a special form you need. Without that your apps won't

I localized my app to Japan but I cannot see it

爷,独闯天下 提交于 2020-01-04 09:11:28
问题 recently I uploaded my app internationally including Japan, France, China, etc using iTunes Connect. I can see French version of my app at French Apple's App Store. However, I only appears in English at Japan & China's App Store. (I translated all the information in both languages just like in French) What happened? What should I do to fix this? 回答1: Did you submit the extra paperwork that is necessary to sell apps in Japan? There is a special form you need. Without that your apps won't

Error : CFBundleVersion must be higher than the previously uploaded version

℡╲_俬逩灬. 提交于 2020-01-04 02:39:12
问题 I want to upload new version of my app. The old version of my app in iTunes was 2.1 and I am uploding new version as 2.2. But when i am trying to validate my app it will give an error "CFBundleVerion must be higher than the previously uploaded version". I am also incrementing the CFBundleVersion as 3.0 and BundleVersion as also 3.0 from previous versions. My app is in Xcode 4.0. What can be problem? Any help would be appreciated. 回答1: You need to change the bundle version in your info.plist .

What does X-Apple-Store-Front means in apple http headers?

梦想的初衷 提交于 2020-01-03 20:12:08
问题 I need get hot search keywords using apple API https://search.itunes.apple.com/WebObjects/MZSearchHints.woa/wa/trends, and set values {"X-Apple-Store-Front": "143465-19,30"} in http headers, if i set "X-Apple-Store-Front" to "143465-19,30", the result is { "header": { "label": "热门搜索" }, "trendingSearches": [ { "label": "蜜芽", "url": "https://search.itunes.apple.com/WebObjects/MZStore.woa/wa/search?clientApplication=Software&src=trending&term=%E8%9C%9C%E8%8A%BD" }, { "label": "qq", "url":

What does X-Apple-Store-Front means in apple http headers?

北战南征 提交于 2020-01-03 20:10:50
问题 I need get hot search keywords using apple API https://search.itunes.apple.com/WebObjects/MZSearchHints.woa/wa/trends, and set values {"X-Apple-Store-Front": "143465-19,30"} in http headers, if i set "X-Apple-Store-Front" to "143465-19,30", the result is { "header": { "label": "热门搜索" }, "trendingSearches": [ { "label": "蜜芽", "url": "https://search.itunes.apple.com/WebObjects/MZStore.woa/wa/search?clientApplication=Software&src=trending&term=%E8%9C%9C%E8%8A%BD" }, { "label": "qq", "url":

Application-Bridge for iChat Audio Channels

做~自己de王妃 提交于 2020-01-02 12:04:13
问题 There is a feature in GarageBand that allows you to record iChat Audio sessions directly into GarageBand. When you are the host of an iChat conference ( you called the other party/parties), you can open GarageBand and hit record, and GarageBand will ask you if you wish to record the conference. Say yes, and GarageBand creates distinct tracks for all members of the conference, and records isolated audio from them into their own channel, complete with their username (or real name as determined

What Scripting Targets exist for iTunes?

北战南征 提交于 2020-01-02 11:19:27
问题 Apple has a nice documented Technical Q&A page for implementing scripting targets for Mail.app. However, even though scripting targets also work for iTunes, there isn't a comprehensive list of available scripting targets. Does anybody know how to find this list? The WWDC 2012 session on Secure Automation mentions a few, but it isn't comprehensive. 回答1: In OS X 10.9 Mavericks, you can view the com.apple.iTunes.sdef file at /System/Library/Frameworks/Foundation.framework/Versions/Current

2 iPhone apps having same name. How is this possible?

时光总嘲笑我的痴心妄想 提交于 2020-01-02 10:03:43
问题 As per iTunes Connect Developer Guide, 1) App name should be distinct 2) App name should not be substantially similar to an existing app name by adding or removing spaces, exclamation points or other characters. But, today I found 2 applications having same name - Traffic Master. One can found both this applications in US App Store - i) http://itunes.apple.com/us/app/traffic-master/id421380183?mt=8 ii) http://itunes.apple.com/us/app/traffic-master/id404505490?mt=8 How is this possible? Is it

2 iPhone apps having same name. How is this possible?

蹲街弑〆低调 提交于 2020-01-02 10:01:09
问题 As per iTunes Connect Developer Guide, 1) App name should be distinct 2) App name should not be substantially similar to an existing app name by adding or removing spaces, exclamation points or other characters. But, today I found 2 applications having same name - Traffic Master. One can found both this applications in US App Store - i) http://itunes.apple.com/us/app/traffic-master/id421380183?mt=8 ii) http://itunes.apple.com/us/app/traffic-master/id404505490?mt=8 How is this possible? Is it

iTunes COM interface on OS/X

谁说我不能喝 提交于 2020-01-02 07:45:29
问题 Is the iTunes COM interface available on Mac OS/X? From the documentation I could find, it seems much more extensive than the Applescript interface I could expose through the Automator program. Disclaimer : absolute OS/X newbie here. 回答1: The COM interface is windows-only. For seeing what Applescript capabilities an application like iTunes has, you probably want to use the low-level AppleScript Editor utility, instead of Automator . The Open Dictionary... menu command in AppleScript Editor