Hi, Am developing react native Application for Android and IOS and am using Asynchronous for store some data. If user install and login with my app then session will created. if User uninstall and again he install my app I want to delete he's old session and want to create the new session but Asynchronous data is not cleared its maintained with old data.
In Android I fixed with allowBackup in AndroidMainfest.xml file. but IOS I don't know how to fix. give some ideas for it.
Details:
Hi, Am developing react native Application for Android and IOS and am using Asynchronous for store some data. If user install and login with my app then session will created. if User uninstall and again he install my app I want to delete he's old session and want to create the new session but Asynchronous data is not cleared its maintained with old data.
In Android I fixed with allowBackup in AndroidMainfest.xml file. but IOS I don't know how to fix. give some ideas for it.
Details: