I am receiving remote notifications from Azure Notification hub in my iOS app. Notification are sent with different type like:
1.
{ "aps":
{"message":"You got one new message"}
}
2.
{ "aps":
{"geoData":"Dubai, UAE"}
}
I want to restrict notification alerts to "type 1" only as I don't need to alert users about geoData
notifications. Can someone help me?