ios - How to send a notification with a category using Firebase -
this question has answer here:
i'm implementing interactive remote notification in ios. i'm sending notifications via firebase. notification should contain "category" identifier associated concrete action. example tutorial:
{ aps : { alert : "notificationtext", category: "mycategory" } }
but how use json , assign category notification in firebase?
Comments
Post a Comment