on 2020 Dec 23 4:33 AM
I have developed an Fiori mobile app based on HAT framework. I have a requirement in application to attach the file from my mobile device and save it in backend ECC system.
I need CSRF token to upload the attachments, so I am making a service call(GET) to fetch CSRF token before attachment upload. On Android its working fine but on IOS devices service call is getting failed.

Thanks,
Ajay Salwahan
Request clarification before answering.
Hello Ajay,
Make sure you have added below line of code in your success callback method of store.open() method in sap-mobile-hybrid.js file.
sap.Xhook.disable();For more details, refer to below blog from Ludo:
https://blogs.sap.com/2020/03/16/hybrid-application-toolkit-apps-for-ios-switching-to-wkwebview/
Regards,
Happy Chhillar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.