File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 13
13
#import < Cocoa/Cocoa.h>
14
14
#endif
15
15
16
- #define kATConnectVersionString @" 1.4.1 "
16
+ #define kATConnectVersionString @" 1.4.2 "
17
17
18
18
#if TARGET_OS_IPHONE
19
19
# define kATConnectPlatformString @" iOS"
Original file line number Diff line number Diff line change
1
+ 2014-04-18 wooster, pkamb v1.4.2
2
+ -----------------------
3
+
4
+ This release adds push notification integration with Amazon Web Services (AWS) Simple Notification Service (SNS).
5
+
6
+ Use ` addAmazonSNSIntegrationWithDeviceToken: ` to enable SNS push notifications.
7
+
8
+ Fixes:
9
+
10
+ * IOS-461 Add integration with Amazon SNS
11
+ * #90 ATLogger fails to catch exception if no space left on device
12
+ * #91 ATAppConfigurationUpdateTask needs to retain self before updating task state
13
+
1
14
2014-04-13 wooster, pkamb v1.4.1
2
15
-----------------------
3
16
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'apptentive-ios'
3
- s . version = '1.4.1 '
3
+ s . version = '1.4.2 '
4
4
s . license = 'BSD'
5
5
s . summary = 'Apptentive Customer Communications SDK.'
6
6
s . homepage = 'https://www.apptentive.com/'
You can’t perform that action at this time.
0 commit comments