Skip to content

In-App Message

Compare
Choose a tag to compare
@jollyjoester jollyjoester released this 17 Aug 09:15
· 141 commits to master since this release

In-App Message

You can use In-App message with this release. Please visit https://repro.io for more details.

iOS 6 support is removed

Please set iOS 7 or later to your app's deployment target.

Dependency to -ObjC flag is removed

It's not necessary to add -ObjC to Other LInker flags for now. Instead of this flag, following frameworks are required.

  • AVFondation.framework
  • CoreMedia.framework
  • SystemConfiguration.framework

Bug fix

  • Fixed the bug recording still works even if screen recording while scrolling is disabled on settings page.