Hello @Sanjay_Iyer,
You can parse push notification on the iOS side by using the application(_:didReceiveRemoteNotification:fetchCompletionHandler:) method.
We don’t provide specific methods to parse notifications in our SDK, but you can create your own reusable method for parsing and call it in the didReceiveRemoteNotification method.
And what if the data structure changes in future backendless releases?
We usually make the announcements several times before applying changes, so that they are not sudden for our users.
Regards,
Olha