AppsFlyerSDK / appsflyer-android-sdk

AppsFlyer Android SDK
Other
10 stars 2 forks source link

Option to disable application backup (allowBackup = false) #70

Open mblarsen opened 1 month ago

mblarsen commented 1 month ago

Hi, we are using react-native-appsflyer which has this package as a dependency. In the manifest specify a merge rule that will enable allowBackup, however, we rely on allowBackup = ~true~ false and can therefore not build the app with this version.

    <application
        android:allowBackup="true"
        android:fullBackupContent="@xml/appsflyer_backup_rules"
        tools:replace="android:allowBackup" />

It would be great if react-native-appsflyer and this package could support not using backups at all.

AlexeyGodyaev commented 3 weeks ago
victoralmeidadev commented 3 weeks ago

As an alternative I kept the library version at 6.13.0, but I still need the fix for future versions.