Compare commits
2 Commits
9f1fc11029
...
910e9cfadf
Author | SHA1 | Date | |
---|---|---|---|
910e9cfadf | |||
39beefcd37 |
|
@ -47,7 +47,7 @@ public class PushController : ControllerBase
|
||||||
}
|
}
|
||||||
var apnsTopic = "me.myds.ipstien.acamate.AcaMate";
|
var apnsTopic = "me.myds.ipstien.acamate.AcaMate";
|
||||||
|
|
||||||
|
Console.WriteLine($"{uri} || {p12FilePath}");
|
||||||
var pushService = new PushServiceWithP12(keysFilePath, p12FilePath, apnsTopic);
|
var pushService = new PushServiceWithP12(keysFilePath, p12FilePath, apnsTopic);
|
||||||
|
|
||||||
// 푸시 알림 전송
|
// 푸시 알림 전송
|
||||||
|
|
Loading…
Reference in New Issue
Block a user