Adding jars to a boot class path
Posted: 21 Nov 2018, 18:00
I'm relatively in-experienced when it comes to java, but have been trying to get Apple Push Notification Service (APNS) firing directly from a Smartfox Extension. I've now come up against a problem I can't figure a way around as shown on the screenshot:


But the error still remains. I'm not too sure how the extensions are executed by SmartFox - but am now out of ideas and am wondering whether this is possible through a SmartFox extension?
So far the extension works great at sending push notifications with Firebase but no luck sending directly to APNS, the fallback would seem to be sending a job for PHP to do but that feels a bit dirty.

So I've created a new Launch Configuration for the extension, edited the classpath so it looks like:INFO: ALPN callback dropped: HTTP/2 is disabled. Is alpn-boot on the boot class path?

But the error still remains. I'm not too sure how the extensions are executed by SmartFox - but am now out of ideas and am wondering whether this is possible through a SmartFox extension?
So far the extension works great at sending push notifications with Firebase but no luck sending directly to APNS, the fallback would seem to be sending a job for PHP to do but that feels a bit dirty.