migrate to flutter, access keychain

84 Views Asked by At

I'm trying to convert an app developed with iOS native to Flutter. But I don't want to lose the data stored in the keychain. After switching to Flutter, how do I access the values I saved in keychain in the iOS native app? Do I need to make the Bundle Identifier the same and set the same group ID in key chain sharing? Is that all I need to do?

0

There are 0 best solutions below