Dear @SeanBourke,
Regarding realm persistence (through dataResidency ) in App Descriptor
I recently came across an article outlining a method for storing customer realm details even after app uninstallation. The proposed approach involves utilizing the following configuration within the app descriptor file:
"dataResidency": {
"realmPersistence": true, //optional
"realmPersistenceDays": 30 //optional
}
To implement this functionality, would adding this configuration to our app descriptor file suffice, or is it necessary to request Atlassian support to enable the dataResidency feature?
Thank you for your time and clarification on this matter.