user221697
user221697

Reputation: 11

iPhone SDK - CCATS required if using Keychain Access?

I'm planning on using Keychain in an iPhone app to store some username/password information. Am I still required to file for an CCATS?

Thanks,

Upvotes: 1

Views: 1191

Answers (1)

Kevin Beck
Kevin Beck

Reputation: 71

If you use the crypto libraries already available in the iPhone SDK, then no, you will not need a CCATS. Technically any encryption exporting will be Apple's encryption code and so you should be free and clear.

Check out Lamarche's post on this topic for more information.

Upvotes: 1

Related Questions