Moving my Old Blynk App to the New Blynk App

I had developed a small App to monitor the Aircon temperature + current at my house. It was using ESP32. Very nice one. But did not use it for last few months and now when I want to use it, I see there is a whole new Blynk App. ( My old App still works good !!)

Just wanted to know how to import the existing code from the old App to the new App ? Is there any wizard for this ? Also I have about 8000+ Energy points which I bought for the old app.

I am also trying to understand the new eco system but its taking time. Help appreciated !!

There is no import process to transfer your old app to the new version of Blynk.
The new version of Blynk (Blynk IoT) doesn’t use energy points. Your existing energy from the old version of Blynk (Blynk Legacy) isn’t transferable into Blynk IoT.

The code running on your ESP32 will need to be modified slightly, but those changes are fairly minor. You’ll also need the latest version of the Blynk C++ library.

Have a read through the documentation for Blynk IoT (link at the top PdF this forum page) and read through that.

Blynk Legacy will be retired at some point in the future, and the legacy cloud servers will be decommissioned, so you should migrate to Blynk IoT.

Pete.

Thanks for the prompt response.

Good I raised this point as I was about to build a new application using the energy points ! I was a big fan of the old Blynk App. Hope the new one is not too difficult to learn !!