Hi, I am developing a Web Application for Samsung Gear S3 which uses push notifications. So far everything is working fine. Now I need to know if the Gear receives the push notification from the same server as I send it to (e.g. http: // apnortheast.gateway.push.samsungosp.com:8090/spp/pns/api/push) and I cannot find any information about this in the documentation. I have to do this due to security reasons - I have to block all other URLs and ports except for the one where the push notification is received. Thanks!
Push Server