notnoop / java-apns

Java Apple Push Notification Service Provider
notnoop.github.com/java-apns
BSD 3-Clause "New" or "Revised" License
1.8k stars 658 forks source link

Java-apns on Google App Engine #352

Open tolgatanriverdi opened 6 years ago

tolgatanriverdi commented 6 years ago

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)

crazybob commented 6 years ago

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