Sanish
Sanish
I tried, it gives this as response in box below: `SafariLegacy.subscribe:response:{"deviceToken":null,"permission":"denied"}`
Nope, not even any workaround yet. It is either with onesignal devs or safari devs from apple to fix this.
I my case, it was adding a css resource which does not exist: ``` "web_accessible_resources": [ { "matches": [""], "resources": ["content.6e038a4b.css"] } ] ``` which should have been ``` "web_accessible_resources":...
Sure, thanks for pointing out @FarhanAtAppyHigh. Will do it soon. Or feel free to raise a PR alternatively.