Hi all,
I have a small question about my project.
I have created a full responsive website, but the customer wants to have push notifications for it as well.
Is it allowed to setup a single-view application, using a webview that staticly only load 1 specific domain, and injects a cookie with the users push token ?
So on the server-side at the login controller I can check for pushtoken_cookie and add it to the account.
Thanks in advance!
I have a small question about my project.
I have created a full responsive website, but the customer wants to have push notifications for it as well.
Is it allowed to setup a single-view application, using a webview that staticly only load 1 specific domain, and injects a cookie with the users push token ?
So on the server-side at the login controller I can check for pushtoken_cookie and add it to the account.
Thanks in advance!