Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

On iPhone Fitbit App Sideloaded Apps Log Messages. What do they mean? How can I generate them?

 

While testing and debugging my Versa Clock Face app, I see a number of "AppLifecycleMessage: launchApp" and "AppLifecycleMessage: terminateApp" messages in the iPhone Fitbit App Sideloaded Apps Log.

 

1. What exactly do these two messages mean? I see them when I startup and terminate a Versa app which makes sense if they are telling me that the Clock Face app was terminated and then started up again when I quite the other Versa app.

But some times I see a AppLifecycleMessage: launchApp followed by another AppLifecycleMessage: launchApp a while later. What does that indicate?

2. Is there a logging function I can add to my app for generating messages that show up in the Phone Fitbit App Sideloaded Apps Log? 

 

Thanks,

Doug

 

 

 

 

Best Answer
0 Votes
2 REPLIES 2

1. They relate to the life cycle of your app's companion which runs on the phone.

2. Just use console.log in your companion or app code and it will appear in the logs

Best Answer
0 Votes

JonFitbit,

 

Thanks for the reply. I've used a lot of console.log messages in my clock face app and I only see them in the Fitbit Studio "Console" output but I never see them on in the iPhone Fitbit App logs. I don't have a companion app with my clock face app. Is it a requirement? The side loaded clock face seems to work fine without it.

Thanks,

Doug

Best Answer
0 Votes