Skip to content

Commit b82a9f8

Browse files
feat(expo): update Appsflyer android backup config from [email protected] release
1 parent dd2ba84 commit b82a9f8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

android/src/main/res/xml/rn_adapty_backup_rules.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88

99
<!-- Exclude AppsFlyer data -->
1010
<exclude domain="sharedpref" path="appsflyer-data"/>
11+
<exclude domain="sharedpref" path="appsflyer-purchase-data"/>
12+
<exclude domain="database" path="afpurchases.db"/>
1113
</full-backup-content>
1214

android/src/main/res/xml/rn_adapty_data_extraction_rules.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<exclude domain="sharedpref" path="SecureStore"/>
88
<!-- Exclude AppsFlyer data -->
99
<exclude domain="sharedpref" path="appsflyer-data"/>
10+
<exclude domain="sharedpref" path="appsflyer-purchase-data"/>
11+
<exclude domain="database" path="afpurchases.db"/>
1012
</cloud-backup>
1113

1214
<device-transfer>
@@ -16,6 +18,8 @@
1618
<exclude domain="sharedpref" path="SecureStore"/>
1719
<!-- Exclude AppsFlyer data -->
1820
<exclude domain="sharedpref" path="appsflyer-data"/>
21+
<exclude domain="sharedpref" path="appsflyer-purchase-data"/>
22+
<exclude domain="database" path="afpurchases.db"/>
1923
</device-transfer>
2024
</data-extraction-rules>
2125

0 commit comments

Comments
 (0)