diff --git a/ApptentiveConnect/source/Apptentive.h b/ApptentiveConnect/source/Apptentive.h index aeabf1d6e..98dd524f8 100644 --- a/ApptentiveConnect/source/Apptentive.h +++ b/ApptentiveConnect/source/Apptentive.h @@ -9,7 +9,7 @@ #import -#define kApptentiveVersionString @"3.2.0" +#define kApptentiveVersionString @"3.2.1" #define kApptentivePlatformString @"iOS" NS_ASSUME_NONNULL_BEGIN @@ -103,7 +103,7 @@ Before calling any other methods on the shared `Apptentive` instance, set the AP /** APIKey property with legacy capitalization. - + @deprecated Capitalize `API` in the property/setter name. */ @property (copy, nonatomic, nullable) NSString *apiKey __deprecated_msg("Use 'APIKey' instead."); @@ -115,7 +115,7 @@ Before calling any other methods on the shared `Apptentive` instance, set the AP */ @property (copy, nonatomic, nullable) NSString *appID; -/** An object conforming to the `ApptentiveDelegate` protocol. +/** An object conforming to the `ApptentiveDelegate` protocol. If a `nil` value is passed for the view controller into methods such as `-engage:fromViewController`, the SDK will request a view controller from the delegate from which to present an interaction. */ @property (weak, nonatomic) id delegate; diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ecaa102b..c1695c9e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ +2016-08-09 frankus v3.2.1 +------------------------- +Version 3.2.1 improves stability and reliability and fixes several warnings when +building with Xcode 8.0 beta. This release is intended to be compatible with +iOS 10. In addition, the Demo app has been removed from the repository. + 2016-07-08 frankus v3.2.0 ------------------------- Version 3.2.0 adds a range question type in order to support NPS-style survey questions. It also improves RTL language support and accessibility and includes several bug fixes. Logging now respects preprocessor macros when integrating -via CocoaPods. +via CocoaPods. 2016-06-21 frankus v3.1.1 ------------------------- diff --git a/README.md b/README.md index 4d5e9f93f..baeff7bb0 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,6 @@ Apptentive's [API changelog](docs/APIChanges.md) is also updated with each relea Please see the [Apptentive testing guide](http://www.apptentive.com/docs/ios/testing/) for directions on how to test that the Rating Prompt, Surveys, and other Apptentive features have been configured correctly. -## Apptentive Demo App - -The Apptentive sample application `iOSDemo` is included in the `Demo` directory in this repository. - -Use iOSDemo to test Apptentive's features before integrating the SDK in your app. - -Message Center, the Ratings Prompt, Surveys, and [other Apptentive interactions](http://www.apptentive.com/docs/ios/features/) can all be tested before integrating Apptentive in your own app. See the `README.md` file in the `Demo` directory for more information. - # Apptentive Example App To see an example of how the Apptentive iOS SDK can be integrated with your app, take a look at the `iOSExample` app in the `Example` directory in this repository. diff --git a/apptentive-ios.podspec b/apptentive-ios.podspec index 5abd7a839..184abad53 100644 --- a/apptentive-ios.podspec +++ b/apptentive-ios.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'apptentive-ios' s.module_name = 'Apptentive' - s.version = '3.2.0' + s.version = '3.2.1' s.license = 'BSD' s.summary = 'Apptentive Customer Communications SDK.' s.homepage = 'https://www.apptentive.com/'