cancel
Showing results for 
Search instead for 
Did you mean: 

MDK Issue while using in mobile

Vinay3
Participant
0 Kudos

Hi,

Please help me in below point in MDK

1. One attachment id done it move for re-authentication via passcode or bio-metric i dont want that .

2. How to do auto sync whenever the mobile come in internet.

3. App should offline and online both mode without click on sync.

4. how to add confirmation window before save data.

Thanks

former_member27
Community Manager
Community Manager
0 Kudos

Hii vinay,

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with: https://community.sap.com/resources/questions-and-answers, as it provides tips for preparing questions that draw responses from our members.

For example, you can:

- outline what steps you took to find answers (and why they weren't helpful)

- share screenshots of what you've seen/done

- make sure you've applied the appropriate tags

- use a more descriptive subject line

The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial at: https://developers.sap.com/tutorials/community-qa.html

Should you wish, you can revise your question by selecting Actions, then Edit.

By adding a picture to your profile you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html

Regards,

Dedi

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos
  1. In Mobile Services under your application in the Mobile Settings Exchange make sure you have defined a Lock Timeout value greater than 0. If set to zero, every time you switch away and back to the app it will prompt for the passcode. If you set it to something like 120 then you will only be prompted again if the app is in the background for more than 120 seconds.
  2. You can look at the connectivity module and try monitoring for connection changes and initiate a sync when appropriate.
  3. This is not recommended as it becomes very tricky to handle and keep the data in sync. If you are supporting offline then I would recommend it as an offline application and you can add calls to upload trigger when important events occur on the client.
  4. It all depends on how your application works. MDK supports a message dialog with two buttons to allow for user confirmation before continuing with the save flow.