README.md
1# expo-eas-client
2
3Information related to EAS.
4
5## Client ID Discussion
6
7Stable client identifier for EAS services.
8
9On iOS, this is stored in NSUserDefaults which is persisted and backed up. Upon restore (set up new iOS device for example), the identifier should be the same.
10
11On Android, this is stored in SharedPreferences. By default since Android 6, SharedPreferences are backed up automatically via Auto Backup, though some devices or apps may not (for example, if `android:allowBackup="true"` is not specified in AndroidManifest.xml).
12
13## Contributing
14
15Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).
16
17