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
Hi, I'm using in my APi. It works perfectly on Android. On iOS doesn't work in version 10. I tried to send from Firebase console and RESTer. It works!!
obs: The others iOS versions are working.
The text was updated successfully, but these errors were encountered:
`` using (var sender = new Sender(serverKey))
{
var message = new Message
{
RegistrationIds = new List() { tokensUser },
Notification = new Notification
{
Title = "musicScope",
Body = description,
},
Data = new
{
tag = new Guid().ToString(),
id = new Random().Next(1, 9000000),
parameter = parameter,
type = notification,
typeGallery = typeGallery
}
};
Hi, I'm using in my APi. It works perfectly on Android. On iOS doesn't work in version 10. I tried to send from Firebase console and RESTer. It works!!
obs: The others iOS versions are working.
The text was updated successfully, but these errors were encountered: