MFPush Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | MFPush.h MFPush.m |
+ handlePush:
A default handler for push notifications while the app is active that could be used to mimic the behavior of iOS push notifications while the app is backgrounded or not running.
+ (void)handlePush:(nullable NSDictionary *)userInfoParameters
userInfo |
The userInfo dictionary you get in |
|---|
Discussion
Call this from application:didReceiveRemoteNotification:. If push has a dictionary containing loc-key and loc-args in the alert, we support up to 10 items in loc-args (NSRangeException if limit exceeded).
Warning: This method is available only on iOS.
Declared In
MFPush.h