This demo app demonstrates how chatbot can be integrated in a native iOS app using Cocoapods
The chatbot SDK can be found at https://github.com/yellowmessenger/YMChatbot-iOS
- Clone the demo app
- Open terminal and run
pod install
. This shall install the Chatbot SDK in your demo app - Open the
YMChatDemo.xcworkspace
file in Xcode and Run
At present YMChat supports only Firebase push notifications
- Download GoogleService-Info.plist from your account and add it to your Xcode project
- Make sure
ymNotificationSetup
function is uncommented in appDidFinishLaunching method. - Ensure the Bundle indentifier of your xcode project matches with the one present in firebase config
- Ensure your notification code is setup properly by sending notifications from Firebase notification composer