Skip to content

Binary Distributions

Frank Schmitt edited this page Nov 17, 2017 · 74 revisions

These are the downloads for our binary distributions.

Latest Release

  • 4.1.1 - Bug fixes and iPhone X improvements.

Older Releases

We maintain the downloads for older binary distributions for debugging and compatibility purposes.

  • 4.1.0 - Accessibility, Troubleshooting Mode, bug fixes.
  • 4.0.8 - Bug fixes and iPhone X improvements.
  • 4.0.7 - iPhone X, User Notifications compatibility, fixes and improvements.
  • 4.0.6 - Unified background task, fix to Core Data concurrency.
  • 4.0.5 - Bug fixes and improvements.
  • 4.0.4 - Bug fixes and improvements.
  • 4.0.3 - Fix for JSON deserialization crash.
  • 4.0.2 - Fix for potential deadlock.
  • 4.0.1 - Fixes to custom data, legacy migrations and JWT deletion.
  • 4.0.0 - Multi-user support.
  • 3.5.1 - Update SKStoreReviewController launch code to use selectors instead of blocks.
  • 3.5.0 - Add support for SKStoreReviewController.
  • 3.4.3 - Fixes to bug where push could stop working after cold relauch.
  • 3.4.2 - Fixes to minor bugs and an internal method to close open interactions programmatically.
  • 3.4.1 - Fixes to visual issues in Surveys and Upgrade Messages.
  • 3.4.0 - Bug fixes.
  • 3.3.3 - Fix for launch event.
  • 3.3.2 - Shared Dynamic Framework support.
  • 3.3.0 - Improve API for Swift 3, drop iOS 7 support.
  • 3.2.1 - Improve stability and add compatibility with iOS 10.
  • 3.2.0 - Add Range survey question type, improve RTL support, miscellaneous bug fixes.
  • 3.1.1 - Fix survey style race condition, and improve scrolling in surveys during validation.
  • 3.1.0 - New "Other" answer choice in surveys, replace FeedbackDemo with Demo and Example apps.
  • 3.0.0 - New survey UI, new styling capabilities.
  • 2.1.3 - Bug fixes.
  • 2.1.2 - Bug fixes, module name.
  • 2.1.1 - Bug fixes, deprecation warning fixes, and code formatting.
  • 2.1.0 - Improvements to Message Center, typed custom data.
  • 2.0.5 - Bug fixes missing Info.plist for CocoaPods.
  • 2.0.4 - Bug fixes missing Info.plist keys, Chinese and Portuguese Localizations.
  • 2.0.3 - Bug Fixes for Memory Leak, Image Messages
  • 2.0.2 - Fixes for UIAppearance, in-app notifications.
  • 2.0.1 - Fixes for CocoaPods release of Message Center + ARC
  • 2.0.0 - Message Center, ARC, Apptentive Push Notifications
  • 1.7.3 - UI Improvements, New Localizations, Interaction Testing via Feedback Demo
  • 1.7.2 - Fix for Engaging Events on Background Threads
  • 1.7.1 - Notes
  • 1.6.1 - Improved FeedbackDemo, fix for default Rating Prompt text when Message Center is disabled.
  • 1.6.0 - Added willShowInteractionForEvent: method, xib-based Launch Images
  • 1.5.8 - Additional iOS 8 support, fix for Interactions using Custom Data targeting
  • 1.5.7 - Xcode 6 Support, Miscellaneous fixes.
  • 1.5.6 - iOS 8 fixes, Asset Catalog icons.
  • 1.5.5 - Message Center UI, Event customData fix, Parse integration.
  • 1.5.4 - Open App Store "Reviews" tab directly; add customData and extendedData to events
  • 1.5.3 - Remote Configuration of Apptentive Branding, Fix for Rating Prompt with Required Email
  • 1.5.2 - Fix for Submitting Feedback without Email Address
  • 1.5.1 - Fix for Surveys on iOS 5 and iOS 6, fix for CocoaPods Trunk
  • 1.5.0 - Surveys on Engagement Framework
  • 1.4.3 - Debugging Options, Custom Data Improvements, Chinese/Japanese Text Input
  • 1.4.2 - Integration with Amazon SNS Push Notifications
  • 1.4.1 - Fix for Engagement Framework Event Labels
  • 1.4.0 - Engagement Framework
  • 1.3.0 - Dropping iOS 4 Support, Various Fixes
  • 1.2.9 - Changes to initialUserEmailAddress and other small fixes
  • 1.2.8 - Bug fixes for NSAssert and setting initialEmailAddress
  • 1.2.7 - Various changes: engage: return type, initiallyUseMessageCenter, etc.
  • 1.2.6 - Message Attachments
  • 1.2.5 - iOS 7, CocoaPods, Other Bug Fixes
  • 1.2.4 - iOS 7 UI Refresh
  • 1.2.3 - Core Data Migration Related Crash Fixes
  • 1.2.2 - Upgrade messages
  • 1.2.1 - Fix for disabled "Write a Review" button
  • 1.2.0 - Person information updating, server setting for requiring email
  • 1.1.1 - iOS 7 Compatibility
  • 1.1.0 - Enterprise Surveys
  • 1.0.1 - Localization, iOS 7 compatibility, and bug fixes
  • 1.0.0 - Message Center release. Lots of API and UI changes.
  • 0.4.9 - Support for tagged surveys. Lots of bug fixes.
  • 0.4.8 - Lots of bug fixes.
  • 0.4.7 - More iOS 6 and Xcode 4.5 compatibility, dropping armv6, date fixes. See changelog.
  • 0.4.6 - iOS 6 compatibility, fix for modal view controllers. Details in changelog.
  • 0.4.5 - Bug fixes around memory handling. See changelog for details.
  • 0.4.4 - Switched from JSONKit to PrefixedJSONKit. See changelog for compatibility notes!
  • 0.4.2 - Fixes for image picker crash, URL failures, adds Spanish localization, other fixes. See changelog.
  • 0.4.0 - Fixes for reachability/ratings flow, moving metrics into main library.
  • 0.3.4 - Updates to surveys support.
  • 0.3.3 - Fixes bug preventing server-side ratings config from working correctly

Integration

Download and decompress one of the above releases and place the folder somewhere inside your project's directory hierarchy. Then, drag the headers, ApptentiveResources.bundle, and library into your Xcode project file tree.

In your target's Build Settings section, add the following to your Other Linker Flags settings:

-ObjC -all_load

That should be it for adding the library. You can continue with the API integration as usual after that.

Clone this wiki locally