I'm trying to post a user type activity via the iOS SDK. Any idea?
Updated: Smooch does not currently support user typing indicators. You can see details of all available features here: https://docs.smooch.io/guide/channel-capabilities/
I'm trying to post a user type activity via the iOS SDK. Any idea?
Updated: Smooch does not currently support user typing indicators. You can see details of all available features here: https://docs.smooch.io/guide/channel-capabilities/
The typing indicators you were trying to send (https://docs.smooch.io/rest/#typing-activity) only represent the appMaker typing to the appUser.
It's not safe to make this API call from the mobile client because it requires the use of app or account scoped credentials, which you don't want to store on the client for security reasons.
Smooch: User typing indicators will be added by end of this year for all 3 of our SDKs (Web, iOS, Android)