
Provide Messaging capability to your app on any platform
Messaging SDK to connect your users together in real time
iOS
Android
.NET / Xarmin
Javascript
Get Notified on launch.

EASY TO IMPLEMENT
It’s ready for Developers
@property (strong, nonatomic) IOS_IMSDK *imsdk;
imsdk = [[IOS_IMSDK alloc] init];
[imsdk beginSendMessage:self.txtmsg.text friendUsername:username tag:@"1"];
- (void) onMessageDelivered:(NSString*)friendUsername message:(NSString*)message tag:(NSString*)tag{
NSLog(@"onMessageDelivered : %@ - %@",friendUsername,message);
}
imclient im = new imclient();
im.beginSendMessage(message, friendUsername, tag);
@Override
public void onMessageDelivered(String friendUsername, String message, String tag, Date date) {
}
Messaging Features
![]()
1 to 1 Chat
User can chat privately with each other.
![]()
1 to Many Chat
Group messaging is also supported
![]()
Invitations
Users can invite other users to be friends in both private and group chat. Complete API with invite, accept and reject with a custom message
![]()
Friends List
API to manage friends List, move them to different groups , view properties etc. Users can set custom friends names
![]()
Groups
Create and manage groups move friends to these groups. example of groups: Friends , Family ,Co Workers etc.
![]()
Avatar Images
API to manage display pictures
Power full Administration Panel
Manage all aspects of your data
