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
Query/Question
I have a notification hub which is able to deliver notifications for old iOS versions. I began updating gaps introduced by later releases of ios, but I can't get it to work.
Why is this not a Bug or a feature Request?
I am not quite sure if above method is supported given #48 is closed. I do get a tracking id but no notification id. Repeating same operation via azure console returns "Successfully sent test message. Outcome: {0 passed, 0 failed}. Please see result section for details."
Setup (please complete the following information if applicable):
Notification-Hubs-java-sdk v 1.1.0
Java 11
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issue as an incomplete report. Please do not provide any private information in this bug report.
Query Added
Setup information Added
The text was updated successfully, but these errors were encountered:
splatch
changed the title
[QUERY] Missing notifications on ios 13+ with apns do not work for iOS 13.x
[QUERY] Missing notifications on ios 13+ with apns
Apr 2, 2024
Diving more into issue I've found that registrations for new ios version have two "tags" while old one had just an uuid. When I use uuid format (value of the $UserId) then my notifications do not pass. If I use full format $UserId: xyz, they are dispatched properly. Kind of surprising.
Query/Question
I have a notification hub which is able to deliver notifications for old iOS versions. I began updating gaps introduced by later releases of ios, but I can't get it to work.
My code is quite basic:
Why is this not a Bug or a feature Request?
I am not quite sure if above method is supported given #48 is closed. I do get a tracking id but no notification id. Repeating same operation via azure console returns "Successfully sent test message. Outcome: {0 passed, 0 failed}. Please see result section for details."
Setup (please complete the following information if applicable):
Notification-Hubs-java-sdk
v 1.1.0Java
11Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issue as an incomplete report. Please do not provide any private information in this bug report.
The text was updated successfully, but these errors were encountered: