Getting Started
Getting up and running with Teak is easy, and we’re going to help you keep it easy by giving you an overview of everything you’ll need to plan tasks, and talk to the people who have what you need.
Quick Start
If you’re a developer tasked with integrating Teak you can get started here: Teak for Developers If you’re looking for how to use the product once it’s integrated, start here: Teak for Marketing |
Assumptions
We’re making some assumptions in this doc, so we’ll put them right up front:
-
You’re integrating Teak in a title you work on
-
You want to get a clear idea of what integrating Teak will look like
-
There is more than one person that needs to be involved in the integration process
Before You Start
Sometimes the hardest task is getting all of the right people in the room together. Here’s a list of what you’re going to need for complete integration with Teak, in rough order of importance.
SDK Integration
In order to complete SDK integration, you will need:
-
A developer who can build and test your game
SDK integration is a client developer task that can be accomplished and confirmed without too much work.
A developer-focused guide to integration is located at Teak for Developers.
Push Credentials
Push notifications are a core part of Teak’s functionality. In order to streamline testing push notifications, there are a few things that you can collect ahead of time.
iOS
On iOS you will need the following:
-
A Mac
-
An account on the Apple Developer Site with access to your game
Follow these instructions to get the credentials for sending push notifications on iOS devices: Apple Push Notification Service Certificates.
Android
On Android you will need an account on the Firebase Console with access to your game.
Follow these instructions to get the credentials for sending push notifications on Android devices Finding your Android Push Credentials on Firebase
Amazon Devices
On Amazon you will need an account on the Amazon Developer Console with access to your game.
Follow these instructions to get the credentials for sending push notifications on Anazon devices Finding your Amazon Device Messaging Credentials
Server-to-server Reward Integration
In order to complete server-to-server reward integration, you will need:
-
A developer who can create an endpoint reachable by the Teak servers
Follow these instructions to implement the server-to-server reward endpoint: Teak Reward Endpoint.