DEV Community

Cover image for Handling Appstore Server-to-Server V2 Notifications using Golang
Raksha for Canopas Software

Posted on

Handling Appstore Server-to-Server V2 Notifications using Golang

How to implement App store server to server v2 notifications?

When I started implementing app store SNS v2 in golang, I was a bit confused about how to verify and parse JWS data.

Thanks to this thread, I learned lots of important things there. While doing the implementation, I simplified it for you guys.

This article will help you learn about SNS implementation in a very simple way.

App Store has released server-to-server notification version 2 with more events(notification types and sub types) than version 1.

In version2, they are sending JSON Web Signature (JWS) formatted (Which is a JWT token) notification to improve the security of data.

To read full article, please visit our blog.

Top comments (0)