Hi All,
I am using SAP SDK SP 11 and latest android SDK.
I have followed the document How To... On-board users with SMP 3.0 OData SDK (Android) to onboard the user and used LogonCore, LogonCoreContex to register the device. Was able to successfully register the device.
I have followed the docHow To...Consume OData Services in Online Mode (Android) to consume oData services.
The sample code uses LogonUIFacade to get IManagerConfigurator instance
IManagerConfigurator configurator = LogonUIFacade.getInstance().getLogonConfigurator(context);
HttpConversationManager manager = new HttpConversationManager(context);
configurator.configure(manager);
As I am using the LogonCore for registration modified the above code as below to get the conversation Manager instance
HttpConversationManager manager = LogonCore.getInstance().getLogonCoreConversationManager();
Please let me know if this is the right approach or not. I am facing issues to open the OnlineStore with this change.
Exception attached.
Thanks,
Sujatha