itunes

how to open a itunes link in uiwebview

青春壹個敷衍的年華 提交于 2019-12-24 00:58:57
问题 Is it possible to load a app store link in uiwebview. I have tried to open it in uiwebview but it doesnt load in there. I dont want users to leave my app when they click on the url from my app. Is it possible? Regards Pankaj 回答1: iTunes content does not have an "iTunes Preview" page on mobile - iOS automatically recognizes itunes.apple.com links and opens the store. If you want to keep the user within your app, use SKStoreProductViewController to open the store to a specific piece of content.

How do I get the file path of an iTunes Selection

时光毁灭记忆、已成空白 提交于 2019-12-23 22:23:42
问题 I'm trying to determine the path of track selected in iTunes using AppleScript. It doesn't seem to be a property of the track class. Can anyone tell me how I can get the file path? 回答1: Try this: --gets file path of selected song tell application "iTunes" set songLocation to get location of selection end tell return songLocation --gets file path of currently playing song tell application "iTunes" set songLocation to get location of current track end tell return songLocation 回答2: If you're

Swift: Undefined Symbols: iTunesApplication

二次信任 提交于 2019-12-23 21:29:00
问题 I'm trying to create Swift OS X app now, and found difficulty using ScriptingBridge. I included proper iTunes.h file, and Xcode is not giving any error when I wrote "iTunesApplication" as type. However, when I compile(run) the app, it gives me error :( Does anybody know about this issue? Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_iTunesApplication", referenced from: __TFC12LoveYouChloe11AppDelegate10showWindowfS0_FPSs9AnyObject_T_ in AppDelegate.o ld: symbol(s) not found for

Core Data and iTunes File Sharing - Move/hide the .sqlite file on app update?

回眸只為那壹抹淺笑 提交于 2019-12-23 19:15:01
问题 I have an iPad app that uses Core Data for data storage. I would like to enable file sharing in iTunes and I don't really want the users to be able to delete or modify the .sqlite file. Can I move the file to a different, hidden directory? Alternatively, could the file be made read-only? I wouldn't mind users having access to the file as long as it couldn't be changed. I suspect there is a trivial solution that is escaping me at the moment. 回答1: You will want to store the core data data store

How to control iTunes through winForms

两盒软妹~` 提交于 2019-12-23 18:53:41
问题 I can see a similar question that has been answered here (How would i play a specific song in iTunes through java?) but it doesn't really answer my question (I don't think, anyway). I have a couple of buttons on a winform (play, pause, skip forward, skip back) and want to be able to connect these through iTunes, so as to create a 'mini media player'. However, I am having issues (obviously, or I wouldn't be writing this :P) with all this 'COM' malarkey. I have tried including (nearly) all the

Cocoa app respond to keyboard play/pause key without launching iTunes?

戏子无情 提交于 2019-12-23 15:39:14
问题 I read this article and successfully make my app respond to media key: Make my Cocoa app respond to the keyboard play/pause key? However, when I pressed play/pause key, the iTunes started to launch, is there any method to prevent iTunes launching when I press play/pause key in my app? 回答1: Your best bet is to use this SPMediaKeyTap code, it works OK, but it can be flaky since your app's bundle ID isn't included in other's code, and the developer is not responsive to requests for new bundle

Unable to install iPhone app from diawi after iOS 9 upgrade?

梦想与她 提交于 2019-12-23 13:09:05
问题 I have upgraded my iPhone OS to iOS 9.0. After that I am not able to install the app via IPA file from diawi. I am able to install it from iTunes. Is there any solution or alternative to that other than iTunes? P.S. iPhone Configuration Utility is also crashing on my Mac. 回答1: iOS 9 became more strict with the manifest information:the tag,the value,or something else. I have met another problem.But I think maybe will give you some useful information. The way to find out why,the most important

iTunes Connect complains “missing localized screenshot” despite iPhone 5 screenshots being already uploaded

走远了吗. 提交于 2019-12-23 12:17:54
问题 My project has bundled a Default-586h@2x.png because without it iTunes Connect would complain about "Invalid Binary - not optimized for iPhone 5". Now the binary still does not appear to be accepted, with error "Missing Localized Screenshot (Australian English)" But I have already submitted both "3.5 inch retina" and "4.0 inch retina" screenshots. What else am I missing? 回答1: In this case, iTunes Connect isn't quite good at explaining the error. The error is caused by missing iPad screenshot.

link directly to review page in App Store by name, not ID

浪尽此生 提交于 2019-12-23 09:41:01
问题 I am wondering how I can directly link to the review page of my iOS application, without knowing the app ID, just the name. I know this is possible to link to the app without the app ID by using itms-apps://itunes.com/apps/APPNAME And you can link to the review page, but you require the app ID, ex. http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=350212768&pageNumber=0& sortOrdering=1&type=Purple+Software&mt=8 So basically, can you combine these two? Thanks. 回答1: I

How to create AppStore.com short link?

妖精的绣舞 提交于 2019-12-23 05:11:35
问题 For my resume, I am attempting to add a shortened link to the app that I created. I looked around and found that apple provides a link shortener for iOS apps using the AppStore.com URL. Unfortunately, since my app contains the ² character, I cannot figure out how to link to my app. The long link for my app is: https://itunes.apple.com/us/app/squared2/id498133871?mt=8 Also, is there a way to link to an app without having iTunes automatically open (only show the iTunes preview page)? 回答1: