You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ios/push-notifications.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,9 @@ Use the following steps to connect push notification backend services to your ap
55
55
target :'YOUR-APP-NAME'do
56
56
use_frameworks!
57
57
58
-
pod 'AWSPinpoint', '~> 2.12.1'
58
+
pod 'AWSPinpoint', '~> 2.13.0'
59
59
# other pods
60
-
pod 'AWSMobileClient', '~> 2.12.1'
60
+
pod 'AWSMobileClient', '~> 2.13.0'
61
61
end
62
62
```
63
63
@@ -274,4 +274,4 @@ When a user receives an notification and taps on it, the AWS Pinpoint SDK will s
274
274
275
275
`_campaign.received_background` when the notification is tapped on while the app is in the background
276
276
277
-
If the developer never taps on the notification even though it was received on the device, the App will not submit an event for that since there is no way for the App to know that the notification was received by the device.
277
+
If the developer never taps on the notification even though it was received on the device, the App will not submit an event for that since there is no way for the App to know that the notification was received by the device.
0 commit comments