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

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/fa6015b2-3b39-422a-b6bd-11b9e8faddcb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to