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"];