Medallia Experience Orchestration
list_alt
AppDelegate
class.Remove the apiKey
, sharedSecret
, and userId
values from the MedalliaMXO.configuration
method in didFinishLaunchingWithOptions
:
builder.apiKey = "f713d44a-8af0-4e79-ba7e-xxxxxxxxxxxxxxxxx"
builder.sharedSecret = "bb8bacb2-ffc2-4c52-aaf4-xxxxxxxxxxx"
builder.userId = "api@yourCompanyName"
builder.apiKey = @"f713d44a-8af0-4e79-ba7e-xxxxxxxxxxxxxxxx";
builder.sharedSecret = @"bb8bacb2-ffc2-4c52-aaf4-xxxxxxxxxx";
builder.userId = @"api@yourCompanyName";
MedalliaMXO.configuration
method, however, it is not required until the next major release.
Medallia®, the Medallia logo, and the names and marks associated with Medallia’s products are trademarks of Medallia and/or its affiliates. All other trademarks are the property of their respective owners.