Skip to content

Commit 85e5310

Browse files
Support iOS AppGroups.
1 parent 232f4bb commit 85e5310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/Notifo.SDK/Services/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace Notifo.SDK.Services
1717
{
1818
internal class Settings : ISettings
1919
{
20-
private static readonly string SharedName = $"{AppInfo.PackageName}.notifo";
20+
private static readonly string SharedName = $"group.{AppInfo.PackageName}.notifo";
2121
private static readonly SemaphoreSlim Semaphore = new SemaphoreSlim(1, 1);
2222

2323
public string Token

0 commit comments

Comments
 (0)