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.
公式リリースを使用している IOS10 用の新しい CallDirectoryHandler 拡張機能を使用しようとしています。
まず第一に、この拡張機能はデバッグ可能ではなく、ログが機能していないようです。
NSUserDefaults を介してアプリ間のパラメーターをこの拡張機能に渡そうとしていますが、取得したオブジェクトが空で動作していません。
この拡張機能に別の方法でパラメーターを渡す方法を知っている人はいますか?
ありがとう
アプリケーショングループを使用すると、問題が解決しました。
NSUserDefaults *mySharedDefaults = [[NSUserDefaults alloc] initWithSuiteName: @"group.name.company.shared"];