Skip to content

basicbitsstudio/zype-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Don't know what Zype is? Check this overview.

Zype iOS Template

This SDK allows you to set up an eye-catching, easy to use iOS video streaming app integrated with the Zype platform with minimal coding and configuration. The app is built with Objective-C and Zype API. With minimal setup you can have your iOS up and running. An example of fully functional app that is using a Zype sandbox account

Prerequisites

XCode
CocoaPods

Installing

1. Clon repo
2. run pod install
3. Open the workspace 
4. Click build and run

Supported Features

  • Populates your app with content from enhanced playlists
  • Video Search
  • Live Streaming videos
  • Video Favorites
  • Dynamic theme colors
  • Resume watch functionality

Unsupported Features

  • Midroll ads
  • Closed Caption Support
  • Native SVOD via In App Purchases

Monetizations Supported

  • Pre-roll Ads (VAST)
  • Universal SVOD via login

Creating new iOS app based of Zype Template

A step by step series of examples that tell you how to get a new app running

1. Clon repo
2. removed .git directory
3. open workspace
4. rename project, save
5. close project
6. modify pod file with a new name
7. run pod install
8. open workspace
9. Change bundle identifier for main target
10. Edit Scheme and rename your main scheme
11. Change Fabric script. otherwise the new app will be created under Zype account after running the app with new bundle id
12. remove reference to libs from the old project in project navigator
13. replace app icon
14. change oath key, app_key. 
15. change root_playlist_id
16. change bundle id and run the app. It will create a new app on the Fabric website
17. change bundle name and bundle display name in info plist
18. Update app with your assets

Built With

App Architecture

Image made with draw.io and source file can be opened via the follwing link: https://drive.google.com/file/d/0B9aYmGA7O0ZYTFRXaVR2bzU5WGc/view?usp=sharing

Contributing

Please submit pull requests to us.

Versioning

For the versions available, see the tags on this repository.

Authors

  • Andrey Kasatkin - Initial work - Svetliy

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 99.2%
  • Other 0.8%