react-native-adapty
Version:
Adapty React Native SDK
26 lines (23 loc) • 1.07 kB
text/xml
<data-extraction-rules>
<cloud-backup>
<!-- Exclude Adapty data (from adapty android-sdk) -->
<exclude domain="sharedpref" path="AdaptySDKPrefs.xml"/>
<!-- Exclude SecureStore data (from expo-secure-store) -->
<exclude domain="sharedpref" path="SecureStore"/>
<!-- Exclude AppsFlyer data -->
<exclude domain="sharedpref" path="appsflyer-data"/>
<exclude domain="sharedpref" path="appsflyer-purchase-data"/>
<exclude domain="database" path="afpurchases.db"/>
</cloud-backup>
<device-transfer>
<!-- Exclude Adapty data (from adapty android-sdk) -->
<exclude domain="sharedpref" path="AdaptySDKPrefs.xml"/>
<!-- Exclude SecureStore data (from expo-secure-store) -->
<exclude domain="sharedpref" path="SecureStore"/>
<!-- Exclude AppsFlyer data -->
<exclude domain="sharedpref" path="appsflyer-data"/>
<exclude domain="sharedpref" path="appsflyer-purchase-data"/>
<exclude domain="database" path="afpurchases.db"/>
</device-transfer>
</data-extraction-rules>