function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rvsrrvsr 

Sending Push Notifications

Hii ,

I am trying to send push notifications for mobile Apps (iOS / Android) from salesforce without connected App and Mobile SDK.

By having the GCM document , we achieved this for Andriod apps having the mobile the mobile registration Ids and API key from the android developers and with a simple HttpRequest.
Now our aim is to do the same for iOS Apps , please suggest me the steps to follow  if any one have worked on this.



akhilesh_sfdcakhilesh_sfdc
Connected App is the recommended way of sending push notifications from salesforce. What's the reason for avoiding that?
rvsrrvsr
Hello now I have .pem certificate given my iOS developers but as per the APNS document its mentioned a point like " Connection trust between a provider and APNs is also established through TLS peer-to-peer authentication ". Can anyone please ellobrate this and explain me in detail what is peer -to - peer Authentication and how i will be acheive in Salesforce ?