When I sending push type = 3 the method public void push(final String message) it execute first that init () and my screen does not load and stay black screen. Could you help me?
This just occur if my app it never is open. As you know when the app is in background the OS received the message and when the use press the notification it deliver to my app.
3 - 1 + 2 = 3 allows
combining a visual push with a non-visual portion. Expects a message in the
form: This is
what the user won’t see;This is something he will see. E.g. you can
bundle a special ID or even a JSON string in the hidden part while including a
friendly message in the visual part.
When active this will trigger the push(String)
method twice, once with the visual and once with the hidden data.
http://www.codenameone.com/manual/appendix-ios.html#push-message-types-section
in android side sdk 23 6.0.1