Skip to content

3.27.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@hokstuff hokstuff released this 18 Aug 16:45
  • This release can be used to beta test iOS 14. See 3.27.0-beta1 notes for additional changes.
  • Push Stories and the tvOS SDK are not yet compatible with Xcode 12. This will be added in a future beta release.
Breaking
  • Updates IDFADelegate protocol by renaming isAdvertisingTrackingEnabled to isAdvertisingTrackingEnabledOrATTAuthorized to reflect the new requirements of iOS 14. See the IDFADelegate implementation in Stopwatch for an example.
Changed
  • Integrators will now be required to exclude the arm64 simulator slice in their entire project.
    • This is done automatically when integrating via Cocoapods.
    • For other cases:
      • If you are using xcconfig files to build your app, please set:
        • For iOS targets: EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64
        • For tvOS targets: EXCLUDED_ARCHS[sdk=appletvsimulator*] = arm64
      • If you are using the Xcode Build Settings panel, enable Build Active Architecture Only for the configuration you use to run your app on the simulator. (ONLY_ACTIVE_ARCH = YES)