This is the Swift + Storyboard migration of the TheoremReach iOS SDK example app.
The original Objective-C version can be found in the iOSSDK directory. This version demonstrates the same functionality using Swift and UIKit with Storyboards.
For additional information, please see the TheoremReach iOS SDK Integration.
- Language: Swift
- UI Framework: UIKit + Storyboards
- Min iOS Version: iOS 14.0+
- Frameworks: TheoremReachSDK.xcframework, PlaytimeMonetize.xcframework
- Miscellaneous updates
- Remove bitcode
- Updated version tracking and default colors
- Fix close and refresh buttons for iPhone 8 and earlier
- Better third party login support
- Fix issue with redirecting to offers
- Fix visual issue in landscape
- Added getIsSurveyAvailable
- Minor performance improvements
- Correctly lookup sdk version
- Use xcframework
- Fix code signing issue
- Fix LC_VERSION_MIN_IPHONEOS to now be 14.0 error
- Future proof for iOS 14
- Fix iPadOS display issue with the reward center viewcontroller
- Fixing iPad bug for iOS 13
Add the following to your podfile
pod 'TheoremReach', '3.4.3'Download the latest version of the TheoremReach iOS SDK and add the TheoremReachSDK.xcframework to your project. Follow the integration guide to setup your application to use TheoremReach.
TheoremReach Android SDK Integration