You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add preferAppsFlyerBackupRules flag for Expo Android manifest
Add opt-in flag to control backup rules handling. Default respects app's rules;
when enabled, removes app's backup rules to use AppsFlyer SDK's built-in rules.
### Fix for build failure with RN 0.76 and Expo 52
46
-
To ensure seamless integration of the AppsFlyer plugin in your Expo-managed project, it’s essential to handle modifications to the AndroidManifest.xml correctly. Since direct edits to the AndroidManifest.xml aren’t feasible in the managed workflow, you’ll need to create a custom configuration to include the necessary changes.
46
+
### Backup Rules Configuration (Android)
47
+
48
+
The AppsFlyer SDK includes built-in backup rules in its Android manifest to ensure accurate install/reinstall detection. By default, the plugin respects your app's backup rules and does not modify them.
49
+
50
+
**Default Behavior** (`preferAppsFlyerBackupRules: false` or omitted):
51
+
- Your app's `android:dataExtractionRules` and `android:fullBackupContent` attributes are left untouched
52
+
- You maintain full control over your app's backup policy
0 commit comments