Status in button

Using NodeMCU and Blynk starter sketch.

When Blynk app loads, it checks if the device is online or not. The buttons, however, do not reflect the pin state associated with it.

Is this a bug or an unimplemented feature?

Please check our docs for app connected event and syncAll feature

Used Blnk.syncAll() in setup(). worked as expected. Thanks for the pointer.