how to keep app data even after the app is deleted

I am creating an stand alone app with Reduct and React Native. I intend to implement the game currency through in-app purchases, but I want to keep the item details purchased with game currency after the app is deleted. Is there a way to maintain app data without a server after app removal?
I mean item details purchased with game currency not game currency purchase history

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.