I am adding a new feature to my existing app and I have to add app group to project in order to share data between extension and app. However, after I added app group to project file, my code can't no longer retrieve data from previous keychain on simulator. It looks like it create a brand new keychain for the app. If I turn off app group and my app can retrieve data again. Does iOS create a different keychain after add app group to project? It's even weird is that this
happens only on simulator. When I test it on real device, app can retrieve keychain data without issue. I have go through some documents and found no information about this. Is it a bug on simulator? Can anyone gives feedback?
Following is my environment:
1. Xcode 6.3.2
2. Simulator iPhone 6 (iOS 8.3 12F69)