For security purpose, DevUtils will occasionally connect to its license server to check for the license key status. This is to ensure that the app integrity and license key status is not expired, corrupted or being replaced by malicious actors.
If for some reasons, DevUtils cannot connect to the license server, it will show a warning. This may happen it your network configurations (firewall, VPN, proxy, etc.) prevents the license requests.
License servers
The license server is located at the following address:
- Primary server:
api.devutils.app
- Secondary server:
devutils-payment.thesimpleapi.com
Check license server connection
Here are some methods to check if there is any connection issue between DevUtils and the license server.
Check from browser
Enter βhttps://api.devutils.app/pingβ (or click this link) to your browser. It should says βhealthyβ or βpongβ or βokβ.
Check from DevUtils
Open DevUtils β Help β Diagnostics & Debug β DevUtils Shell
Enter
curl https://api.devutils.app/ping
. It should also prints βhealthyβ, βpongβ, or βokβ at the end.Β