iOS loosing SecureStore information after updating to EAS build

Please provide the following:

  1. SDK Version: 45
  2. Platforms(Android/iOS/web/all): iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

The last published version of the app was built with expo build.
Now we are building with eas build. The app works ok, it just starts with an empty secure store.
We have added the entitlements: { keychain-access-groups" etc } prop and then the metadata was complete, BUT the name of the project changed.
I was ExpoKitApp.app/ComMyApp and now it’s MyApp.app/MyApp

Could this name change cause the app not to be able to access the secure store?

thanks

Hi @dhcmega,

I’d suggest trying this solution that was answered a while back in a similar GitHub issue.

1 Like

Hi @amanhimself Thanks getting back to me. I have already added the entitlements, as I have stated in mi original post.

If you have any other hint, it will be welcome!
Thanks

dhcmega

My bad, I didn’t see that.

As you mentioned, the project name changed. Has the bundle identifier also changed with that?

no, the bundle is the same.
if the bundle changes, it will loose access to previous stored data in both, iphone and android for sure.

Yeah, that’s why I asked. I just wanted to confirm. Let me bring this up internally and get back to you.

1 Like

hi! any update on this? thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.