sandeepdhobi
sandeepdhobi
True, its only working for first time for me ``` async function saveDataToSharedStorage(key, data) { try { const appGroupIdentifier = "Name"; await SharedGroupPreferences.setItem(key, data, appGroupIdentifier); const savedData = await SharedGroupPreferences.getItem(key);...
> True, its only working for first time for me > > ``` > async function saveDataToSharedStorage(key, data) { > try { > const appGroupIdentifier = "Name"; > await SharedGroupPreferences.setItem(key,...
strange , working for me as well , thanks