The team is working on improving the next…

The team is working on improving the next Android and iOSiOS The operating system used on iPhones and iPads. apps. We recently released a cross platform email checking library that helps us to detect typos in email domain name.

The library is written in C++ with Java and Objective-C bindings for Android and iOS projects. Check the github page: https://github.com/wordpress-mobile/EmailChecker

Future iOS and Android versions will use that to auto-correct email addresses during sign up in order to lower the number of bounced welcome emails.

It’s dual licensed under GPLGPL GPL is an acronym for GNU Public License. It is the standard license WordPress uses for Open Source licensing https://wordpress.org/about/license/. The GPL is a ‘copyleft’ license https://www.gnu.org/licenses/copyleft.en.html. This means that derivative work can only be distributed under the same license terms. This is in distinction to permissive free software licenses, of which the BSD license and the MIT License are widely used examples. v2 and MIT licenses, we hope to see it used in other mobile projects soon!

#android, #ios, #library