我遇到了这次崩溃
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'A contact and its snapshot should both be non-unified.'
尝试使用$cordovaContacts.pickContact()
选择联系人时。该问题仅在选定的联系人是链接的联系人时发生,并且仅在iOS9中发生。
找到了this workaround,但它适用于原生应用,而且不是很好的应用程序"糟糕的隐私实践"
使用ngCordova时有人知道解决方案吗?