Applozic provides Chat APIs and In-app Messaging SDKs for Android, iOS and Web apps to power cross-device, multi-platform rich messaging.
Find comprehensive guides and platform-specific Chat API documentation to get started with In-app Messaging.
Hello Team Applozic, We are going to develop Android and iOS application same like What'sApp. We asked to Applozic support about Conference-Call feature before 5 months that time your support team said it will come after Jan 2018 ,but still we are not seen any such feature in your list.Is there any chance to get such feature soon? Tushar Patil,(Sr.Software Developer)
Posted by Tushar Patil about a year ago
Hello, i'm trying to create a group via API. Authorization work correctly, but i recive an error as response and i can't understand why. This is the response body (HTTP Status code is 200): { "status": "error", "errorResponse": [ { "errorCode": "AL-AE-01", "description": "empty or null parameter", "displayMessage": "Unable to process" } ], "generatedAt": 1517590230120 } "XXXXXX" and "YYYYYYY" are both registered in user panel. I'm authenticated as Admin. Curl Example: curl -X POST \ https://apps.applozic.com/rest/ws/group/v2/create \ -H 'Apz-AppId: myclass16f069d9e169251e7fab195' \ -H 'Apz-Token: Basic bXljbGFzcy5tYXNoZnJvZ0BnbWFpbC5jb206bXljbGFzc0BtYXNoZnJvZw==' \ -H 'Cache-Control: no-cache' \ -H 'Content-Type: application/json' \ -d '{ "groupName" : "Test", "groupMemberList" : ["XXXXXXXX", "YYYYYYY"] }' Can you help me please?
Posted by Myclas Mashfrog about a year ago
I am looking a video streaming API service provider which can be integrated with iOS and Android app and my main concerns are: 1) Does your video streaming platform allow to run multiple meetings between different people? 2) Will it support 30/40/60 minutes call ? 3) Most important is video call quality Please reply as we want to go for subscription ASAP. Best Regards, Raman
Posted by Raman about a year ago
Hi I have followed the instruction for the video and audio calling in this section of the document https://docs.applozic.com/docs/web-javascript-video-chat-and-audio-call-plugin and added the required dependency files. When I click on the video call option in the sidebox, nothing happens. Also I can't see any button or link in fullview for the video call. No error has been generated in the console too. Did I missed some configurations?
Posted by Mark Arjohn San Antonio about a year ago
Hello, I contact you because I use Applozic for my website with Javascript SDK and it's working perfectly. I now developped the iOS and Android mobile apps and I would like to use your ADK for the chat. For Android, when I'm trying to use this function : applozic.launchChat(function() {}, function() {}); , the app is crashing and for iOS, I'm not able to upload the app on iTunes due this this error message : iTunes Store Operation Failed description length:6426193 iTunes Store Operation Failed ERROR ITMS-90087: "Unsupported Architectures. The executable for Make A Match.app/Frameworks/Applozic.framework contains unsupported architectures '[x86_64, i386]'." iTunes Store Operation Failed ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'Make A Match.app/Frameworks/Applozic.framework/libswiftRemoteMirror.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure." iTunes Store Operation Failed ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'Make A Match.app/Frameworks/Applozic.framework/Applozic' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version." iTunes Store Operation Failed ERROR ITMS-90125: "The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker." iTunes Store Operation Failed ERROR ITMS-90206: "Invalid Bundle. The bundle at 'Make A Match.app/Frameworks/Applozic.framework' contains disallowed file 'Frameworks'." iTunes Store Operation Failed WARNING ITMS-90080: "The executable 'Payload/Make A Match.app/Frameworks/Applozic.framework' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information refer to Technical Q&A QA1788 - Building a Position Independent Executable in the iOS Developer Library." Do you have any idea about my issue? Thank you in advance for your kind support. With best regards, Jerome
Posted by Jerome Mansbendel about a year ago
in the AndroidManifest.xml when i add this provider: <provider android:name="android.support.v4.content.FileProvider" android:authorities="${applicationId}.provider" android:exported="false" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/applozic_provider_paths"/> </provider> I got this error: Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed with multiple errors, see logs Android App using Gradle
Posted by immaf about a year ago
E/AndroidRuntime: FATAL EXCEPTION: main Process: tech.noticeboard, PID: 12257 java.lang.SecurityException: Binder invocation to an incorrect interface at android.os.Parcel.nativeEnforceInterface(Native Method) at android.os.Parcel.enforceInterface(Parcel.java:482) at android.app.job.IJobService$Stub.onTransact(IJobService.java:53) at android.os.Binder.transact(Binder.java:499) at com.firebase.jobdispatcher.IRemoteJobService$Stub$Proxy.start(IRemoteJobService.java:106) at com.firebase.jobdispatcher.JobServiceConnection.onServiceConnected(JobServiceConnection.java:71) at android.app.LoadedApk$ServiceDispatcher.doConnected(LoadedApk.java:1465) at android.app.LoadedApk$ServiceDispatcher$RunConnection.run(LoadedApk.java:1482) at android.os.Handler.handleCallback(Handler.java:751) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6123) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:757) **** enforceInterface() expected 'android.app.job.IJobService' but read 'com.firebase.jobdispatcher.IRemoteJobService'
Posted by Priyansh about a year ago
Hi, We have successfully integrated Applozic Android SDK. We have three tabs in our Android app Home Page. We needed to make one of the tabs as the chat tab. I am facing problem in including the Applozic ConversationActivity in one of our tabs as a fragment. Please let me know how we can achieve this
Posted by Priyansh about a year ago
I have used following code for attach image with text message but it's not shown please check [wrapperService sendMessage:almessage withAttachmentAtLocation:filePath andWithStatusDelegate:self andContentType:ALMESSAGE_CONTENT_ATTACHMENT];
Posted by Rajendra Shipate about a year ago
Installed the Applozic pod latest 4.4.0 version using CocoaPods 1.2.0. Received a few errors trying to build: "'sharedApplication' has been explicitly marked unavailable here". Also got the same error for 'UIAlertView'. Believe this is related to https://miqu.me/blog/2016/11/28/app-extensions-xcode-and-cocoapods-omg/. Is there any quick fix I can do on my end?
Posted by Asri about a year ago