Skip to content

v3.4.0 - Event triggered in-app notifications support

Compare
Choose a tag to compare
@zihejia zihejia released this 15 Mar 05:32
· 437 commits to master since this release
10dd8a0
  • Add the feature: Event triggered in-app notifications support #826

Currently users have no control over when an in-app notification shows up. With this release users can now control when an in-app gets displayed based on an event that they track within their app. This "trigger" event is defined during message creation at www.mixpanel.com.

You can additionally filter the event based on properties that are tracked along with the event for even finer controls.

PLEASE NOTE:

This version has embedded swift content. Please upgrade to v3.4.1 if you prefer using pure Objective C framework.

If you integrate Mixpanel manually or use Carthage for a pure Objective C project, please add a build setting to your own project target
EMBEDDED_CONTENT_CONTAINS_SWIFT to Yes

embeded_swift