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 - nullThe 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 ...