In order to share keychain information between applications, we needed to setup a shared keychain access group. Before the sharing would work correctly, both apps needed to have provisioning based on the same bundle seed ID. I wants to know what is that seed id is it same as app id or different ?
Two share keychain information my both apps should be on the appstore. Because I just make an sample project to check sharing of keychain information. Is it possible to do that without publishing it to Appstore?
Note :- My bundle id is just "com.comapny_name.myapp" and in Itunes connect I am able to see only my app id - (10 digit number) and bundle id which is same as I mentioned above.