File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 2018-10-09 -- v3.2.0
2
+ - Now you can access the message ID of FIRMessagingRemoteMessage object. (#1861 )
3
+ - Add a new boolean value useFIRMessagingDelegateForDirectMessageDelivery if you
4
+ want all your direct channel data messages to be delivered in
5
+ FIRMessagingDelegate. If you don't use the new flag, for iOS 10 and above,
6
+ direct channel data messages are delivered in
7
+ ` FIRMessagingDelegate messaging:didReceiveMessage: ` ; for iOS 9 and below,
8
+ direct channel data messages are delivered in Apple's
9
+ ` AppDelegate application:didReceiveRemoteNotification:fetchCompletionHandler: ` .
10
+ So if you set the useFIRMessagingDelegateForDirectMessageDelivery to true,
11
+ direct channel data messages are delivered in FIRMessagingDelegate across all
12
+ iOS versions. (#1875 )
13
+ - Fix an issue that callback is not triggered when topic name is invalid. (#1880 )
14
+
1
15
# 2018-08-28 -- v3.1.1
2
16
- Ensure NSUserDefaults is persisted properly before app close. (#1646 )
3
17
- Internal code cleanup. (#1666 )
You can’t perform that action at this time.
0 commit comments