DEVELOPMENT_APNS_HOST
All checks were successful
Build rosetta-wss / build (push) Successful in 1m43s

This commit is contained in:
2026-04-01 14:51:05 +00:00
parent aa6361c253
commit 69c6bc63b3

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) {