AB Tasty, one of MoEngage’s Technology Partners enables you to run your product a/b/multivariate experiments on your website, app, features and so much more. You can run these experiments through AB Tasty and analyze the results in MoEngage.
On your iOS app, setup the callbacks as shown below -
if let campaign_info = Flagship.sharedInstance.getModificationInfo(key:"my_flag") { let campaignInfoDict = NSMutableDictionary.init(dictionary: campaign_info) let properties = MOProperties.init(attributes: campaignInfoDict) MoEngage.sharedInstance().trackEvent("Flagship_Source_ios", with: properties)}