Keychain + adhoc distribution

前端 未结 2 949
眼角桃花
眼角桃花 2021-02-10 03:57

To begin, some details : we are developing an iOS application currently using Swift/Xcode 6.1 GM 2 for development.

We are having some confusing problems with keychain

相关标签:
2条回答
  • 2021-02-10 04:46

    Everything in the provisioning profile and keychain code appears to be fine. The problem is a setting in the Swift compiler ... Change the Optimization Level for "Release" from "Fastest" to "None" and this seems to resolve the problem

    enter image description here

    0 讨论(0)
  • 2021-02-10 04:48

    Make sure you also specify value for kSecAttrAccessible. Maybe also specify value for kSecAttrAccessControl, which was added in iOS8.

    0 讨论(0)
提交回复
热议问题