Sample applications using the Deezer Native SDK.
This repository contains a set of samples that demonstrate the integration of the Deezer Native Software Development Kit (SDK).
[NEW] Stay tuned for new releases by subscribing to the Native SDK’s release feed.
NanoPlayer is a C application which uses Deezer's Native SDK to play a song once a user was authenticated.
- User authentication
- Playing a Deezer song.
OfflineModePlayer is a MacOSX application which uses Deezer's Native SDK to enable offline mode playback of an album or a playlist once a user was authenticated.
- User authentication
- Offline mode playblack enabled for Deezer song list.
PythonSample is a python application which uses Deezer's Native SDK to play a song once a user was authenticated.
- Python Wrapper to create your own python app using Native SDK
- User authentication
- Playing a Deezer content (track, album or playlist).
A small app using Unity engine and a C# wrapper. Can be used as a base for a Unity app or any C# project using the Native SDK.
- C# Wrapper to create your own C# project using Native SDK
- User authentication
- Playing a Deezer content (track, album or playlist)
- Nice UI using Unity engine.