Async Storage IOS saved to icloud

Please provide the following:

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

I noticed in the Async Storage documentation (Database backup exclusion | Async Storage) that iCloud backup is disabled by default and to enable it, one would need to go into the info.plist to make a change.

Given I’m using the Managed Workflow, am I able to make this change or would I need to eject?

Thanks for any guidance!

There’s an infoPlist key in your app.json that you can use to add entries to your plist:
https://docs.expo.dev/versions/v41.0.0/config/app/#infoplist

1 Like

Thank you so much! That is exactly what I was looking for!

1 Like

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