Mobile SDK from Cloudflare will teach developers to improve applications correctly
To create an excellent mobile application, you need an idea and a good implementation. If the former is solved relatively quickly, then with the second there are problems. Even "clean code" will work crookedly if the server part feels bad. To avoid this, Cloudflare introduces a new Mobile SDK for mobile applications.
How it works
Cloudflare has long been helping sites to provide speed and security, and now it's turn to mobile applications. With the Mobile SDK, developers can monitor the application's performance.
If the application "drops" or loses connection with the network, developers can simply see what happened. It is no longer necessary to try to repeat the bug or to search it in the logs. The toolbar will also give clues to improve the performance of the application network.
How to use
By integrating the Mobile SDK into the application, the user sees the changes in the AppDelegate. The setup for the platforms is different, so the developers have prepared two instructions for iOS and Android . Download and install the Mobile SDK for free on the official Cloudflare website.
Source: Cloudflare