I have different bundle identifier for different environment. For example com.app.appname.qa for QA env and com.app.appname.stage for Stage env
The App works perfectly fine when I have only one app with any of the bundle id mentioned above. When I try to install another app with another bundle id, I am getting an error mentioned below in the App which installed first, the second one works fine
"The operation couldn't be completed(OSStatus error -25308)"
And when I uninstall the newly installed one, the previous one works
I found that this error may occur when I try to access keychain when the device locked but apparently my device not locked when accessing the plugin/keychain
Am I doing anything wrong here. Please help. TIA
I have different bundle identifier for different environment. For example com.app.appname.qa for QA env and com.app.appname.stage for Stage env
The App works perfectly fine when I have only one app with any of the bundle id mentioned above. When I try to install another app with another bundle id, I am getting an error mentioned below in the App which installed first, the second one works fine
"The operation couldn't be completed(OSStatus error -25308)"
And when I uninstall the newly installed one, the previous one works
I found that this error may occur when I try to access keychain when the device locked but apparently my device not locked when accessing the plugin/keychain
Am I doing anything wrong here. Please help. TIA