Skip to main content
Track who your users are and what they do in your mobile app and customize the Skara Messenger. Here’s how to configure Skara Chat for iOS:

Update your User

  • When you call a login method we create a user with his basic detail, if you want to change his basic detail then you can use update user functionality as per the below code snippet:

Submit an Event

  • You can log events in Skara Chat SDK that record what users do in your app and when they do it. For example, you could record the item a user contact from your mobile app, and when they contact it.
Objective-C
Swift

Create a Custom Launcher

  • However, if you’d like Messenger to open from another location in your mobile app, you can create a custom launcher. This allows you to specify a button, link, or element that opens Messenger. For example, you can trigger the launcher to open when a customer clicks on your ‘Ask for support’ button.
Custom Launcher
  • If you have a custom launcher, you can call:
Objective-C
Swift