Обновить src/main/java/im/rosetta/service/dispatch/push/dispatchers/VoIPApns.java
All checks were successful
Build rosetta-wss / build (push) Successful in 1m45s

This commit is contained in:
2026-04-05 21:03:41 +00:00
parent b1d3416684
commit faaffd86d0

View File

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