0.1.0 • Published 2 years ago

expo-eas-client-id v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

expo-eas-client-id

Stable client identifier for EAS services.

Discussion

On 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.

On 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).

Contributing

Contributions are very welcome! Please refer to guidelines described in the contributing guide.