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
I'm using this gem for sending push notifications on IOS and it works fine for me. Now I need to use apple feedback service to know about the device tokens whose user has deleted the app but when I tried calling feedback function(APNS.feedback), it gives me blank array. As I've seen in the code I don't think I should explicitly need to do any configuration regarding host or post as it is already managed in core.rb but I'm not sure why I'm not able to receive device tokens in array. Is there any other configuration required? I'm assuming it will work fine for me using sandbox gateway i.e in development mode.
Please comment.
The text was updated successfully, but these errors were encountered:
Hi,
I'm using this gem for sending push notifications on IOS and it works fine for me. Now I need to use apple feedback service to know about the device tokens whose user has deleted the app but when I tried calling feedback function(APNS.feedback), it gives me blank array. As I've seen in the code I don't think I should explicitly need to do any configuration regarding host or post as it is already managed in core.rb but I'm not sure why I'm not able to receive device tokens in array. Is there any other configuration required? I'm assuming it will work fine for me using sandbox gateway i.e in development mode.
Please comment.
The text was updated successfully, but these errors were encountered: