I need help, for my projects

hi, i need help, is this connected to my wifi? or not?

!

if that’s connect , but why, it’s allways offline in my phone.

IMG-20180713-WA0026|281x500

Thank you

“Connected to wifi” does not implictly mean “connected to blynk” …
Is the Blynk token correctly set?

i don’t know , i set my project in blynk is for arduino mega and the connection is wi-fi , is this correct?

Ok for the app side.

The Blynk token goes into the code for the mega. Is …

char auth[] = "YourAuthToken";

… correctly set?

This seems to be correctly set as you get connected to wifi:

char ssid[] = "YourNetworkName";
char pass[] = "YourPassword";

I assume you base your tests on this example, right?