cancel
Showing results for 
Search instead for 
Did you mean: 

How to upgrade the custom UI5 application in Fiori Client without reconfiguring in IOS?

Former Member
0 Kudos

Hi Experts,

Im a custom SAPUI5 application developer. I configured one of my custom UI5 Application in Fiori Launchpad, the application is developed especially for mobility purpose, the problem is when the application is upgraded with some fields by me with client requirement, is not reflecting when I refresh the page in Fiori Client for mobile. In this case I used to reconfigure our Fiori Client settings by following below path:

Double tab(below the application)--> Settings--> Clear all application settings.

Rather than following this process only i need to refesh the page to upgrade my application.

Also I use the below code in my index file to clear the cache. It works fine when the application run as seperate in the browser with client host URL.

data-sap-ui-appCacheBuster='{
 "MyApp": "./"}'

But in Fiori Client its not working.

Please help me in this by just refreshing the application to upgrade it.

Thankyou.

Accepted Solutions (0)

Answers (1)

Answers (1)

Kevin_SAP
Advisor
Advisor
0 Kudos

This sounds like a Cache issue on the server and not Client. You may need to clear your client caches or global caches on Netweaver Gateway and calculate the UI5 Index (/UI5/APP_INDEX_CALCULATE).


-kevin