You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my app, upon clicking the notification, it is stored on the device by retrieving the relevant data from the notification object in my use case. However, I'm having trouble understanding how to retrieve the date.
This is the object retrieved upon opening the app.
I assume that if you're on an Android app, you need to retrieve the date by converting the timestamp from google.sent_time. But what about iOS? Since I don't have a way to directly test the app on iOS yet, I wanted to understand what the structure would be in that case, so I know how to map the data.
It seems to me that the date cannot be retrieved from anywhere else, right? I haven't found any information in either the documentation or the OneSignal sending dashboard.
Thanks
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Hello there! We have not had any further reports of this issue. Please update to our latest SDK version and if you are still having trouble please open a new issue. Here is our migration guide for details on upgrading. Thanks!
How can we help?
Hi to everyone
I have integrated OneSignal into my Ionic app (Ionic + StencilJS + vanilla JavaScript) following this guide: https://documentation.onesignal.com/docs/ionic-sdk-setup.
In my app, upon clicking the notification, it is stored on the device by retrieving the relevant data from the notification object in my use case. However, I'm having trouble understanding how to retrieve the date.
This is the object retrieved upon opening the app.
I assume that if you're on an Android app, you need to retrieve the date by converting the timestamp from google.sent_time. But what about iOS? Since I don't have a way to directly test the app on iOS yet, I wanted to understand what the structure would be in that case, so I know how to map the data.
It seems to me that the date cannot be retrieved from anywhere else, right? I haven't found any information in either the documentation or the OneSignal sending dashboard.
Thanks
Code of Conduct
The text was updated successfully, but these errors were encountered: