Beautiful and native music streamer
You’ll need to use Xcode 11+ and the Cocoapods 1.5+ with the repos up to date.
pod install
example-app-config.txt
file to app-config.txt
located in the project root and optionally fill it with API keys for various services supported by veezeeveezee.xcworkspace
file by double clicking on it or use Xcode file menu to open the project.If you are having issues compiling the project using Xcode, try using JetBrains AppCode.
veezee depends on a functioning HTTPS API server to show music lists and play music as well as do user management and provide analytics data. An incomplete example is provided by the veezee team that can be used as a starting point but it’s not completely safe and must be reviewed thoroughly before used in a production environment.
The server can be set up either on the localhost or the Internet. This server’s address must be specified in the Constants.swift
file in the iOS application’s project code.
https://veezee.cloud/api/v1/
is a demo API limited in functionaliity (registrations not working) that can be used to understand the apps behavior. It contains some music and image files that exist for educational purposes only! No profit is gained from them. Its content may not be used in any way that may violate any copyright laws. This is not based on veezee HTTP API, it’s just some static files hosted on Github Pages.
For more information about the server application please visit here.
veezee (iOS) is designed and developed by Vahid Amiri Motlagh.
My contact info can also be found on my GitHub page.
veezee (iOS) is available under the MIT license. See LICENSE file for more info.