We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232f4bb commit 85e5310Copy full SHA for 85e5310
sdk/Notifo.SDK/Services/Settings.cs
@@ -17,7 +17,7 @@ namespace Notifo.SDK.Services
17
{
18
internal class Settings : ISettings
19
20
- private static readonly string SharedName = $"{AppInfo.PackageName}.notifo";
+ private static readonly string SharedName = $"group.{AppInfo.PackageName}.notifo";
21
private static readonly SemaphoreSlim Semaphore = new SemaphoreSlim(1, 1);
22
23
public string Token
0 commit comments