SAP for Retail Blogs
Gain insights and practical tips to captivate customers, optimize your supply chain, and drive growth with SAP for Retail software. Share your own insights!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

Hello,

I just want to share an issue that i encounter while installation process of Retail Execution application.

It takes consdirable amount out time to figure out.

The deployment of the mbo package to scc server also generates the application and application id. The thing is it generates application id as "SAPRetailEx" however in the source code of ios project it assign as "sapretailex". It supposed to be not case-sensitive however it freezes at registeration process;

   while ([app registrationStatus] == SUPRegistrationStatus_REGISTERING) {

        [NSThread sleepForTimeInterval:1];

    }

So you need to delete it from applications menu and re-create and give the id as "sapretailex".

and the final scene should be like this