This multiplatform library exposes a ContactsClient class with functions to get, add and delete Contacts.
Internally, it performs these operations by connecting to contacts-backend-app using HTTP requests.
- To build this lib you'll need to compile
contacts-common-libfirst, as explained here. - Execute
./gradlew publishToMavenLocal. This task will publish in your~/.m2/repositoryfolder.
- To build this lib you'll need to compile
contacts-common-libfirst, as explained here. - Execute
./gradlew assembleContactsClientReleaseXCFramework. This task will generate the framework inbuild/XCFrameworks/releaseof the library project. - Copy the framework to the iOS client project.