codestergit / omc-ios

Oracle Marketing Cloud SDK for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oracle Marketing Cloud SDK for iOS

Configuration

Configure OMC SDK

  • Adding the OMC SDK Framework
    • Download the latest framework binary.
    • Drag and Drop the framework into your project. (select Copy when prompted for adding reference)
    • In your application target setting, add the OMCSDK.framework to the Embedded Binaries section.
    • Ensure that in application target build settings, Framework Search Path is set to correct location of OMC.framework.

Configure Responsys

Configure Oracle Infinity

To configure Infinity in the app, you will need the oracle.plist file which contains the Infinity configuration.

  • oracle.plist
    • Download the oracle.plist
    • Drag and Drop it into your application Xcode Project.
    • Open the oracle.plist and change the value of ora_dc_account_guid to the value of your team/configuration in Infinity.
      • How to get the ora_dc_account_guid:
        • login to Infinity
        • Select the team (if multiple teams are listed).
        • Select the profile icon (on top right corner).
        • Guid is displayed below your team name.

Test

  [[PushIOManager sharedInstance] trackEvent:@"$PurchasedCart" properties:@{@"pid":@"165SFDFD121", @"pname":@"Shirt"}];
  • Streams should show the event i.e.: $PurchasedCart captured along with other metadata.

Contact

Copyright © 2019, Oracle Corporation and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

About

Oracle Marketing Cloud SDK for iOS


Languages

Language:Objective-C 100.0%