Maxim V. Potapov
Results
2
comments of
Maxim V. Potapov
Hello, Is it possible to add `apns-id`,` apns-expiration`, and `apns-collapse-id` headers? Reference: https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingwithAPNs.html#//apple_ref/doc/uid/TP40008194-CH11-SW1
use framework's bundle instead of app's bundle ``` objc NSString *path = [[NSBundle bundleForClass:[self class]] pathForResource:TSDesignFileName ofType:@"json"]; ```