Skip to content

Demo App not working when using the 2.4.1 SDK #9

Description

@lcarrettin

The Demo App stopped working after updating the SDK to the latest 2.4.1 version. Both the Objective-C and the Swift Demo Apps are affected.
The Objective-C app returns the following errors in cmpDidErrorWithError

InMobiCMP.ChoiceMobileError.validationError(message: "The data couldn’t be read because it is missing.")
InMobiCMP.ChoiceMobileError.configError(message: "Unexpected config error retriving portal")

Steps to reproduce the error:

  1. Change the SDK version inside Podfile
    pod 'InMobiCMP', '2.2.1' --> pod 'InMobiCMP', '2.4.1'
  2. Run pod install --repo-update again

I'm testing on an Intel Mac mini with Xcode 26.2 installed and running the app inside an iOS Simulator 26.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions