Closed mwkirk closed 11 years ago
From sype...@gmail.com on August 11, 2012 18:01:40 I'm assuming that your "devices" list does contain a valid token and that you simply removed it to provide a copy of your code here?
Please provide all logs generated by JavaPNS.
From sype...@gmail.com on September 08, 2012 02:23:15 Closing for lack of feedback from original poster.
Original author: hossein....@gmail.com (August 09, 2012 10:17:33)
I have used the simple code to push a message to the iPhone. It does not prompt me any error and successfully sent the notification.
here is my code:
String[] devices = {""}; List<PushedNotification> notifications= Push.alert("Hello", "Push.p12", "password", false, devices);
Original issue: http://code.google.com/p/javapns/issues/detail?id=141