Skip to content

Conversation

@biancalui-emarsys
Copy link
Collaborator

MV-1055

@afalcao-till
Copy link

afalcao-till commented Dec 15, 2025

Hey @biancalui-emarsys,
I just wanted to point out a missing step in the documentation (not related to this PR). The current wiki instructions are missing a crucial line for initializing the Emarsys SDK in Objective-C for iOS.

Even though the EMSConfig is created, there is no actual initialization of Emarsys in the example. This step is essential for the SDK to work properly and send events.

  //...
  EMSConfig *config = [EMSConfig makeWithBuilder:^(EMSConfigBuilder * builder) {
    [builder setMobileEngageApplicationCode:@<APPLICATION_CODE>]; // your application code
    [builder setMerchantId:@<MERCHANT_ID>];  // your predict merchant ID
  }];
// Missing initialization step, this should be added
  [Emarsys setupWithConfig:config]; // THIS IS MISSING

Thanks for your attention!

@biancalui-emarsys
Copy link
Collaborator Author

Hi @afalcao-till ,
Thanks a lot for spotting this.
The wiki has been updated accordingly.

@eduzatoni eduzatoni merged commit e712e21 into master Dec 16, 2025
5 checks passed
@eduzatoni eduzatoni deleted the MV-1055 branch December 16, 2025 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants