I have application with bundle identifier as com.sakthi.app and app prefix ID as GHWEHDPRAG.I have stored some keychain items in this application using this identifier. Now I want to create another application where I can get keychain items stored in first application.
Tried creating bundle identifier as com.sakthi.apptemp with same app prefix ID. But I am not able to get the keychain items value.
Can you please tell how to access keychain items with same app prefix ID but different app bundle identifier?