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:
- Change the SDK version inside Podfile
pod 'InMobiCMP', '2.2.1' --> pod 'InMobiCMP', '2.4.1'
- 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
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:
pod 'InMobiCMP', '2.2.1' --> pod 'InMobiCMP', '2.4.1'
I'm testing on an Intel Mac mini with Xcode 26.2 installed and running the app inside an iOS Simulator 26.2