Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPodをアプリのショートカットとして表示したいのですが、便利なユーザーはiPodをクリックして実際のiPodアプリを呼び出すことができます。どうすればいいですか?参照できるコードはありますか?ありがとうございました。
iOS 5 では、以下を呼び出すことができます。
if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"music://"]]){ [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"music://"]]; }