Adding Intercom (https://www.intercom.com/) framework (mainly messanger) to Qt iOS project.
/3rdparty/intercom/intercom.pri: describes adding Intercom framework to project.
/src/src.pro: main project file, describing all resources and settings for project.
/src/iosintercom.mm: main Intercom implementation file.
/src/main.cpp: app starting point, where we creating main loop and initializing Intercom.
Instruction for macOS.
- Get qt and xcode as described here: https://doc.qt.io/qt-5.11/ios-support.html.
- Install and prepare CocoaPods.
- Run "pod install" in /src/ios/CocoaPods folder (EmptyProject here is just whatever project, created in xcode).
- Open QtIntercom.pro with QtCreator (it is qt project file).
- Run build (it will create build folder near current QtIntercom folder).
- From xcode go to build folder, created in previous step, and open xcodeproj file.
- Run project on iOS device.