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
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
I want my app to show a GCM alert just like an ios alert. For some reason, it is not actually doing the alert. It is just calling the GCM notification function, where I can show an alert. I don't really want that function to be called. I just want the standard ios notification alert to be called. When a notification comes in the background, I just want it to be handled the standard ios way, and shown without ever needing to contact my app. Is there any way to do this, or do I always have to do all that manually when using GCM?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for your work on this plugin!
I want my app to show a GCM alert just like an ios alert. For some reason, it is not actually doing the alert. It is just calling the GCM notification function, where I can show an alert. I don't really want that function to be called. I just want the standard ios notification alert to be called. When a notification comes in the background, I just want it to be handled the standard ios way, and shown without ever needing to contact my app. Is there any way to do this, or do I always have to do all that manually when using GCM?
Thank you!
The text was updated successfully, but these errors were encountered: