Get your Application Id
Sign up for Applozic to get your APP_ID from the install section of applozic console.
Prerequisites
iOS
Apps must target iOS 10 or later
Latest Xcode 12.0 or later required
Android
- Latest android studio
NativeScript
Supports latest native script version 7 and also version 6
NativeScript 7 and NativeScript 6
Required to check more on compatibility issues here
Install chat plugin
You can install the plugin in your existing native script project by running the following command in terminal
For NativeScript 7 compatibility, run.
tns plugin add [email protected]
For NativeScript 6 compatibility, run.
tns plugin add [email protected]
For building use android or ios
//For Android
tns build android
//For iOS
tns build ios
Updated 21 days ago
What's Next
Authentication |