Skip to content

Commit c26cab3

Browse files
update changelog for v3.2.0 (#1895)
1 parent 7c4a12f commit c26cab3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Firebase/Messaging/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
# 2018-08-28 -- v3.1.1
216
- Ensure NSUserDefaults is persisted properly before app close. (#1646)
317
- Internal code cleanup. (#1666)

0 commit comments

Comments
 (0)