Hi,
I am getting below error while sending notifications to APNS.
java.lang.IllegalArgumentException: Unexpected char 0x0d in authorization value: bearer
Getting above error at
rb.header("authorization", "bearer " + this.cachedJWTToken);
in
SyncOkHttpApnsClient
.java
Please let us know if there is any solution for the same.