Avatar

Correct answer by
Level 1

Hi @peppetricky,

First of all can you please make sure that you have published the Launch configuration.

2020-03-27 13:06:37.885 9587-9644/it.mydomain.is V/AdobeExperienceSDK: ConfigurationExtension - AppID loaded from persistence - null

The above log means that SDK wasn't able to find the AppId, can you make sure if you are calling MobileCore.ConfigureWithAppId("YOUR_APP_ID_FROM_LAUNCH");.

Generally all the extension initialization related code (registering extension, configuration) is expected in .app file of the Application.

Refer documentation: https://aep-sdks.gitbook.io/docs/using-mobile-extensions/mobile-core/configuration#configure-with-th...

Thanks,
Arjun

View solution in original post