I am working on an enterprise application to be distributed in-hously. As a feasibility study, I have read & have developed push notifications using APNS. Here is something I want to ask regaring APNS.
My humble request to.enthusiastic developers,
"Answer this if they have encountered or have any idea or have done some sort of work like this. Please do not just point to any arbitrary tutorial or question links of Stack Overflow."
- What are the security aspects involded (from information security point of view) on the PayLoad that I will be sending to APNS server. My client cares because of the information Security policies that I too have to abide.
- Is it possible to send / receive notification from the APNS from being within a VPN. How ?
- Is it possible to completely bypass the APNS server & have a one in-house server, that can send notification to my device directly. How ?
- What if, if I want to implement APNS but do not want to share my payload with APNS server.?
Thank you for reading my question.