java-apns icon indicating copy to clipboard operation
java-apns copied to clipboard

Java-apns on Google App Engine

Open tolgatanriverdi opened this issue 7 years ago • 1 comments

Hi I 've an urgent problem about java-apns We are trying to run java-apns from Google AppEngine and we are using 1.0.0 Beta6 version. But when we try to send the push it gives the following error. Do you have any idea?

.PushNotificationWorkerServlet sendNotification: access denied ("java.lang.RuntimePermission" "modifyThreadGroup") (PushNotificationWorkerServlet.java:151)

tolgatanriverdi avatar Dec 27 '17 08:12 tolgatanriverdi

Use Java 8 on App Engine. It doesn't have these restrictions anymore.

crazybob avatar Jan 26 '18 22:01 crazybob