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 file / src / main / java / com / notnoop / mpns / internal / Utilities.java
Line 117, I think the statement 'r.getNotificationStatus()' should be 'r.getDeviceConnectionStatus():
if (r.getDeviceConnectionStatus() != null
&& !r.getNotificationStatus().equals(headerValue(response, "X-DeviceConnectionStatus"))) {
continue;
}
The text was updated successfully, but these errors were encountered:
In file / src / main / java / com / notnoop / mpns / internal / Utilities.java
Line 117, I think the statement 'r.getNotificationStatus()' should be 'r.getDeviceConnectionStatus():
The text was updated successfully, but these errors were encountered: