How to use iOS KeyChain?

To use keychain sharing, you need to make change at two places…

 

 

Get the bundle seed identifier from developer portal

http://stackoverflow.com/questions/24925727/what-is-the-bundle-seed-id-for-an-ios-app

 

App.entitlements

    1. 9BHB6WUHH5.com.synechron.com – you need to change this to YOUR_SEED_ID.com.synechron.com, you can find the SEED_ID in your apple developer portal.

 

 

Some more information is here

http://stackoverflow.com/questions/11793271/keychain-group-access-to-share-data-between-my-existing-applications

 

Comments

Popular posts from this blog

What is Skylake and how does it compare with Broadwell or Haswell?

What is three in a box model?

What is Tokenization?