Skip to Content
0
Former Member
Jul 18, 2017 at 06:01 AM

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

203 Views Last edit Jul 18, 2017 at 12:30 PM 2 rev

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.