"..Save this password in your keychain.." and "...save this password in your icloud keychain" Messages are showing at the same time

I implemented to save password in iCloud.
I added associate domain in my project and added SecAddSharedWebCredential to save password after login successful.
But the problem is one of the iphone(XR, iOS 13) is showing two messages at the same time. One is save in your Keychain and another is in your iCloud Keychain.
All the iphones setting values of iCloud/autosavepassword/keychain are "On" .

How can I show only one message? If I remove SecAddSharedWebCredential , some of the iPhone did not show alert message anymore.

I am having this exact same problem. Were you able to fine a resolution?

"..Save this password in your keychain.." and "...save this password in your icloud keychain" Messages are showing at the same time
 
 
Q