I want to make sure to make my app’s data persist across devices, updates, and reinstalls, you need to store it in the cloud.

i want to save data like images, text,amd mapviews with swiftui. It is only saved but if you delete the app of buy a new iPhone everything is deleted, how can I make if that the information saved on my app is saved even after I update the app, delete the app, or put the app in another iPhone with SwiftUI? i have watched youtube videos and im still confused,please help.

Answered by DTS Engineer in 863862022

For data that needs to be accessible across multiple devices (that are logged in with the same Apple ID), even when your app is removed from one of them, consider using cloud storage services, which allow data to be synced across all devices. To use Apple's cloud service, you can look at the following APIs:

This is a lot of things, but it gives you the whole picture about what the platforms have so you can pick the one that fits your use case best.

Best,
——
Ziqiao Chen
 Worldwide Developer Relations.

For data that needs to be accessible across multiple devices (that are logged in with the same Apple ID), even when your app is removed from one of them, consider using cloud storage services, which allow data to be synced across all devices. To use Apple's cloud service, you can look at the following APIs:

This is a lot of things, but it gives you the whole picture about what the platforms have so you can pick the one that fits your use case best.

Best,
——
Ziqiao Chen
 Worldwide Developer Relations.

I want to make sure to make my app’s data persist across devices, updates, and reinstalls, you need to store it in the cloud.
 
 
Q