I build a Parse server to send notifications to ios android android app.
So I use React Native to build app receiving these notifications on IOS and Android. Sending notification to devices succeeds. I can open notification and it leads to my app.
But in dash-board of parse-server, at Past Push, the number of Push Opens is always N/A.
Is there any way for my react native app to send back to Parse server when I open these notifications? Thanks in advances.