Merge branch 'main' of https://git.rosetta.im/Rosetta/rosetta-wss into main
All checks were successful
Build rosetta-wss / build (push) Successful in 1m45s

This commit is contained in:
RoyceDa
2026-04-02 18:29:39 +02:00

View File

@@ -35,7 +35,7 @@ public class VoIPApns extends Pusher {
this.topic = bundleId + ".voip";
this.client = new ApnsClientBuilder()
.setApnsServer(ApnsClientBuilder.PRODUCTION_APNS_HOST)
.setApnsServer(ApnsClientBuilder.DEVELOPMENT_APNS_HOST)
.setClientCredentials(new File(p12Path), p12Password)
.build();
} catch (Exception e) {