How to simulate the function „Resume Later“

Former Member
Former Member
Hello

I have developed a Data Field. This Data Field works perfectly in the Activity App “Hike”. But as soon as I use the function “Resume Later” during the activity my Data Field doesn’t restart when I continue the activity.

So my question: It is possible to simulate the function “Resume Later” inside the ECLIPSE WORKSPACE when I test my Data Field? This function would be useful to find the reason of the Stop of the Data Field.

Thank you for your help
jm
  • There's really no way to test this in the sim. When you say the DF doesn't restart, is it that it crashes, doesn't have the data you expect, etc?

    If it's that the data is missing, you need to look at saving things off in Application.Storage/the ObjectStore when you go to the "resume later" mode (the DF exits while the recording is still happening) and related that data last time the DF runs. Do a search in this form, as others have looked into the same thing.