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
All checks were successful
Build rosetta-wss / build (push) Successful in 1m45s
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user