itunes

How to delete app Build in New iTunes Connect Site?

陌路散爱 提交于 2019-12-17 15:24:23
问题 I want to upload my app's new version on iTunes connect, but I can't submit it as I mention here. Now I want to delete uploaded build and upload new build with save version, but I get an error as shown in the screenshot. Find Solution Here you can't delete old uploaded build.you have to upload new build with new build(+1) version. 回答1: You can't delete old uploaded build: you have to upload new build with a new build version (== Bundle version in plist ). For example, if your current build

Install IPA with iTunes 12

。_饼干妹妹 提交于 2019-12-17 05:16:45
问题 I have an IPA signed for ad-hoc distribution. I can install it fine with Flash Builder. I'd like to install a release version via iTunes 12, though. Dragging it onto: The device name The app section The app list The Home Screens section ...does not work? Does anyone have any idea how to do this with the new iTunes 12? 回答1: Note : If you are using iTunes 12.7.0 or above then use Solution 2 else use Solution 1. Solution 1 cannot be used with iTunes 12.7.0 or above since Apps section has been

Unable to install provisioning profile on ad-hoc distribution test devices using iTunes 11 and iOS 7

与世无争的帅哥 提交于 2019-12-14 03:14:04
问题 It seems like that there is a problem installing ad hoc distribution apps using iTunes 11. I found out that the specific problem is that the provisioning profile never gets installed on the devices , which causes the application installation to fail and block (the icon stays black). Use case: distribute ad hoc apps to iOS 7 tester devices that do not have XCode and without having to use third party webservices like testflight. Installation success when: I install my app on an iPad with iOS 7

OS X Yosemite Javascript for Automation and iTunes

梦想的初衷 提交于 2019-12-13 21:30:34
问题 I'm trying to click on button "Free" to download application in iTunes. I'm using Javascript for Automation to open iTunes application page: itunes = Application('iTunes'); itunes.activate(); console.log( itunes.name() ); console.log( itunes.version() ); delay(1) appUrl = "itms://itunes.apple.com/us/app/ibooks/id364709193?mt=8"; win = itunes.openLocation(appUrl); The script opens iBook page. How to find and click button "Free"? How to list all elements on open page? Thank you for any help.

How to find Explicit Songs on Apple Music User Playlists iOS?

心不动则不痛 提交于 2019-12-13 20:09:06
问题 I am fetching all Apple Music Playlists and Track lists into my App using AppleMusicAPI (Refers https://developer.apple.com/documentation/applemusicapi). Also In my App's Setting screen I have added a UISwitch to allow Explicit contents of Apple Music . I can able to get Explicit songs in below Search API and Top Tracks API using attributes.contentRating JSON key. Top Charts API: https://api.music.apple.com/v1/catalog/us/charts?limit=20&offset=0&types=songs Search API: https://api.music.apple

iOS open iTunes music search with given keywords from app

你说的曾经没有我的故事 提交于 2019-12-13 19:13:33
问题 I have build an app that displays videos with background music and users can add the meta-data (artis, title, album, genre) of the song to be displayed next to the video. Now I want to enable the viewers to buy this song in iTunes. I query the iTunes search (https://itunes.apple.com/search) to get a link to open the specific song, which works nice 95% of the time. I validate the result by comparing the returned artist and songtitle to make sure I don't point the user to a "false positive"

iTunes preview has started showing incorrect icons for new app submissions and updates

折月煮酒 提交于 2019-12-13 18:23:48
问题 I've noticed that as of a couple weeks ago, whenever I update one of my apps and it gets approved, it will start showing its icon with the glossy overlay in iTunes preview. I have not changed a thing, it is not suppose to show the glossy overlay. In itunes connect I can see that the prerendered icon flag is set to true, which is correct. The icon is shown correctly everywhere (in-device, app store, iTunes) except for iTunes preview. As a perfectionist I find this annoying. UPDATE: I tried

Generating token for App Store Connect API

六月ゝ 毕业季﹏ 提交于 2019-12-13 14:30:02
问题 I need to generate JWT token for Store Connect API. I'm trying use jwt ruby gem ruby-jwt. This is my token generating code, payload = { 'iss': my_issuer_id_from_db, 'exp': generated_unix_timestamp, #Time.now + 20min 'aud': 'hard_coded_string_from_doc' } header = { 'alg': 'ES256', 'kid': my_key_id_from_db, 'typ': 'JWT' } private_key = OpenSSL::PKey.read(File.read('/tmp/private_key.pem')) # private_key - <OpenSSL::PKey::EC:0x000000000XXXXXXX> @token = JWT.encode(payload, private_key, 'ES256',

Xamarin IOS IPA iphone app is not compatible installing by itune from mac

无人久伴 提交于 2019-12-13 07:00:33
问题 It is the typical error message from itunes app install telling me: "The app was not installed on the Iphone because it is not compatible with this iPhone" I already have tried setting "Build Active Architecture Only" to "No", but without luck. I can deploy and run the app from Xamarin in both Debug and Release mode without problem using my own device, but i can not install it when i generated an IPA from Xamarin. I am sure that this is about a bundle setting because this was working before,

itunes filesharing of app stucks in between

╄→гoц情女王★ 提交于 2019-12-13 04:44:04
问题 Recently I have developed iPad app with filesharing enabled. It is an app to display photos with other options. Photos will be transferred from windows xp and it range between 7000 to 10000 and total size may be up till 3-4 gb. I am just trying to implement it and when transfer in progress hardly 600-700 files, itunes get stuck in between with unknown error. It gets stuck randomly in between and crashes. I have tried with installing itunes on another computer and copy images there but same