hello
i'm trying to use push notification but i got this error when sending the push on IOS using :
new Push(PUSH_TOKEN, "Hello World", deviceKey)
.apnsAuth(cert, pass, false)
.gcmAuth(GCM_SERVER_API_KEY)
.send();
[Network Thread] 0:0:0,3 - Exception while generating certificate data, probably P12 password is incorrect: com.notnoop.exceptions.InvalidSSLConfig: java.io.IOException: toDerInputStream rejects tag type 60
on Android the push works well
thanks in advance