iOS Question Sharing keychain data between devices

Segga

Member
Licensed User
Longtime User
I am using .KeyChainPut and .KeyChainGet to store and retrieve data for my app.
It works fine and reads back the data, even if I uninstall/reininstall the app.

I have two devices that I am signed into with the same account. However, the keychain data saved is only specific to each device.
I have tried
B4X:
#Entitlement: <key>keychain-access-groups</key><array><string>YOURPROVIDHERE.*</string></array>
but it did not help - in fact it stored the keychain data in a different place!

Is there a way to share the same keychain data between the two devices?

I have attached a tiny demo that I installed on my iPhones to test.
 

Attachments

  • KeychainTest.zip
    3.6 KB · Views: 58
Last edited:
Top