I have a react native application. I want to clear the data when app is uninstalled. For Android this works but for the IOS I have tried multiple solutions but none is working.
I have tried adding this in Info.plist
<key>RCTAsyncStorageExcludeFromBackup</key> <true/>
But still data persist after re-installing the App.
I have a react native application. I want to clear the data when app is uninstalled. For Android this works but for the IOS I have tried multiple solutions but none is working.
I have tried adding this in Info.plist
<key>RCTAsyncStorageExcludeFromBackup</key> <true/>
But still data persist after re-installing the App.