iOS sample app (using Objective-C) by dyte
Sample app to demonstrate the usage of Dyte iOS SDK
Explore the docs »
View Demo · Report Bug · Request Feature
Table of Contents
About The Project
Built With
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
- Xcode
- Cocoapods (follow official guide here)
sudo gem install cocoapods
- A working backend that can connect to Dyte APIs
- This app currently connects to our sample backend implementation (https://github.com/dyte-in/backend-sample-app), currently hosted at https://dyte-sample.herokuapp.com - this can be grepped and replaced if you want it to work with your own backend implementation
Installation
-
Clone the repo
git clone https://github.com/dyte-in/obj-c-sample-app.git
-
Install Pods
cd Dyte\ Obj-C\ Sample/ pod install
-
Open
Dyte Obj-C Sample.xcworkspace
using Xcodeopen Dyte\ Obj-C\ Sample.xcworkspace
-
Run in simulator by pressing
⌘+R
or selectingRun
fromProduct
menu in Xcode. -
To run on a real device, you would need to connect your device while Xcode is open. A prompt will appear on your device to trust the computer, and on accepting that Xcode would detect your device. After a few moments of wait, during which Xcode prepares your device to accept development builds, you would be able to see your device at the top of the list in the target device list in Xcode.
Version History
See CHANGELOG.
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. Sincere thanks to all our contributors. Thank you, contributors!
You are requested to follow the contribution guidelines specified in CONTRIBUTING.md and code of conduct at CODE_OF_CONDUCT.md while contributing to the project
Support
Contributions, issues, and feature requests are welcome! Give a
License
Distributed under the Apache License, Version 2.0. See LICENSE
for more information.
About
obj-c-sample-app
is created & maintained by Dyte, Inc. You can find us on Twitter - @dyte_io or write to us at dev [at] dyte.io
.
The names and logos for Dyte are trademarks of Dyte, Inc.
We love open source software! See our other projects and our products.