# Nextcloud Talk iOS app **Video & audio calls and chat through Nextcloud on iOS** Nextcloud Talk is a fully on-premises audio/video and chat communication service. It features web and mobile apps and is designed to offer the highest degree of security while being easy to use. Nextcloud Talk lowers the barrier for communication and lets your team connect any time, any where, on any device, with each other, customers or partners. [![Available on the AppStore](https://github.com/nextcloud/talk-ios/blob/master/docs/App%20Store/Download_on_the_App_Store_Badge.svg)](https://itunes.apple.com/app/id1296825574) ## Prerequisites - [Nextcloud server](https://github.com/nextcloud/server) version 14 or higher (that fulfills [ATS requirements](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW57)). - [Nextcloud Talk](https://github.com/nextcloud/spreed) version 4.0 or higher. - [CocoaPods](https://cocoapods.org/) - [Carthage](https://github.com/Carthage/Carthage#installing-carthage) ## Development setup ``` $ pod install $ git submodule update --init $ ./carthage.sh update --platform ios (XCode 12+) OR $ carthage update --platform ios (XCode < 12) $ open NextcloudTalk.xcworkspace ``` We are also available on [our public Talk team conversation](https://cloud.nextcloud.com/call/c7fz9qpr), if you want to join the discussion. **License:** [GPLv3](https://github.com/nextcloud/spreed-ios/blob/master/LICENSE) with [Apple app store exception](https://github.com/nextcloud/spreed-ios/blob/master/COPYING.iOS).