Skip to content

2.11.1 Release

Compare
Choose a tag to compare
@mikechoch mikechoch released this 27 Sep 00:53
7f85d89

Fixed In-App Message Crash, setLocationShared(), and mikechoch Warnings

  • Fixed the mikechoch warnings showing up in apps #525
    • Warnings caused by GENERATE_MASTER_OBJECT_FILE being set to YES in release 2.10.2
    • Changed the DEPLOYMENT_POSTPROCESSING flag to YES to fix the warnings
  • In-App Message causing iOS app to crash because of constraint conflicts #536
    • Constraint conflict was occurring when sending previews with specific scenarios
    • Fixed by removing all constraints on OSInAppMessageView before setup of an incoming In-App Message
  • setLocationShared was being set false but location still being sent to player record #533
    • Fixed by adding a check into the locationManager callback to return early when location shared is false