itunes-sdk

Check if iOS app is live in app store

ぃ、小莉子 提交于 2020-01-10 08:51:12
问题 Is it possible somehow to code like below in iOS app ? if(app is live in app store) { //Do something } else { //Do other thing } I wanted to avoid cases where our QE/Dev team is using app for testing. Is there a way I can detect how app code is signed (Developer/Adhoc/Distribution) to check ? Even if it is possible, it will not eliminate cases when Apple is using our app for testing as part of review. We recorded many downloads of our content by Apple before our app goes live in App 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

itunes persistent id - music library xml version and iTunes hex version

﹥>﹥吖頭↗ 提交于 2019-12-12 01:53:01
问题 I'd like to read a hex PersistentID string from ItunesMusicLibrary.xml, get two ints representing the high and low 32 bits, then use those two ints in an iTunes script. Unfortunately, the Persistent ID string in ItunesMusicLibrary.xml does not seem to be the same Persistent ID that's in itunes, as accessible through various scripting interfaces itunes music library.xml includes a 64 bit key, Persistent ID. For example, <key>Persistent ID</key><string>0F1610959DA92DAB</string>. You can also

Retrieve an iTunes Track object from its high/low persistent ID

◇◆丶佛笑我妖孽 提交于 2019-12-11 15:13:38
问题 I'm trying to retrieve a track object from its persistent ID using AutoHotkey (v1.1) and iTunes Windows 11. The script works well until I try to use the ItemByPersistentID method. objITunesunesApp := ComObjCreate("iTunes.Application") objITunesLibrary := objITunesunesApp.Sources.Item(1) objITunesPlaylist := objITunesLibrary.Playlists.Item(1) objITunesTrack := objITunesPlaylist.Tracks.Item(1) ; Test if objects are OK MsgBox, % objITunesTrack.Name ; Display the song name - OK ; Get high and low

How to list All iPhone Apps By a SIngle developer in iPhone App?

徘徊边缘 提交于 2019-12-10 20:28:10
问题 In My Application I want show all my iPhone apps from itunes store in a tableview. If user clicks any one of cell it leads to take to appstore of that application.I know just statically by giving link of each application. As per my need i need to get new apps also after this installation. 回答1: You can use the search web service provided by Apple: http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html#searching I couldn't find a way to search by

Download new app from within an iPhone-app

房东的猫 提交于 2019-12-08 11:20:40
问题 I have developed a game and are planning to make a "Lite" version of that game in order to promote the "Premium" version of the game. Information about how to make In-App-Purchase is easy to find. But what I cannot find is how to actually download the application from within my Lite-version, after the purchase. I do not intend to update the lite version to a preimum version but instead treat the premium version as a new application that must be downloaded. How do I do that, and where can I

Lookup song by ISRC in Apple Music/iTunes

自作多情 提交于 2019-12-08 02:43:20
问题 I'm developing an iOS application which retrieves a song ISRC from an external source. I then need to use Apple's MusicKit SDK to get the song in Apple Music/iTunes, using the ISRC. Is it possible to do this? The Song resource type has the ISRC in the song attributes which is returned whn you do a GET request for a song, but the request uses the Apple Music song ID to perform the lookup. So can I query Apple Music for a song, using the ISRC instead? Also happy to look it up on the iTunes

Lookup song by ISRC in Apple Music/iTunes

非 Y 不嫁゛ 提交于 2019-12-06 06:32:32
I'm developing an iOS application which retrieves a song ISRC from an external source. I then need to use Apple's MusicKit SDK to get the song in Apple Music/iTunes, using the ISRC. Is it possible to do this? The Song resource type has the ISRC in the song attributes which is returned whn you do a GET request for a song, but the request uses the Apple Music song ID to perform the lookup. So can I query Apple Music for a song, using the ISRC instead? Also happy to look it up on the iTunes Search API and then get the ID (I think they're the same across Apple Music and iTunes?) and then query the

Where is iTunes SDK/API documentation?

邮差的信 提交于 2019-12-03 04:55:42
问题 I downloaded a zipped archive from Apple that consists of a C++ header file and source. Included in this was a help file. For some reason this help file opens but I cannot read the content. Is there any other documentation outside of a help file for this? For c++ or c#? 回答1: If you are on Windows, you probably are looking for the "iTunes COM for Windows SDK". Get a free ADC login here if you haven't done so already. Once you have done that, you can go to http://connect.apple.com and log in.

Where is iTunes SDK/API documentation?

六眼飞鱼酱① 提交于 2019-12-02 18:12:50
I downloaded a zipped archive from Apple that consists of a C++ header file and source. Included in this was a help file. For some reason this help file opens but I cannot read the content. Is there any other documentation outside of a help file for this? For c++ or c#? If you are on Windows, you probably are looking for the "iTunes COM for Windows SDK". Get a free ADC login here if you haven't done so already. Once you have done that, you can go to http://connect.apple.com and log in. Click on "Developer Tools", and somewhere in the massive list of results is "iTunes COM for Windows SDK".