🍎

iOS 18で導入された ControlConfigurationIntent資料まとめ

に公開

iOS 18で導入された ControlConfigurationIntent

iPhone、iOS18でカスタムして使えるようになったコントールセンターのことですね。
これです👇
iPhoneの待ち受け画面に左右に設定できるアイコンです。
アイコンが設定できるのはわかったけど、タップしても起動しなくて起動するまでの実装方法が難しかったです。


ControlConfigurationIntent 公式ドキュメント

https://developer.apple.com/documentation/appintents/controlconfigurationintent?utm_source=chatgpt.com


AppIntent

https://developer.apple.com/documentation/appintents/appintent?utm_source=chatgpt.com


App Intents updates

https://developer.apple.com/documentation/updates/appintents?utm_source=chatgpt.com


App Intentでアプリのコア機能をユーザーに提供

https://developer.apple.com/jp/videos/play/wwdc2024/10210


ControlConfigurationIntent won't open the app despite setting openAppWhenRun = true

https://developer.apple.com/forums/thread/759794?utm_source=chatgpt.com


openAppWhenRun makes AppIntent crash when launched from Control Center.

https://developer.apple.com/forums/thread/758637

Discussion