We have discovered a serious problem that could threaten the whole project.
Apple announced that it will not allow any application to communicate with APIs that are not secured with SSL certificate.
The problems are 2:
- There is no implementation of HTTPS server for ESP8266
- Even if there was, this means, that we will have to put a valid signed certificate on every device and maintain it over time
For now, we have no clue about how to solve this problem.