Getting Started with Teak in Unity
Welcome to the getting started guide for Teak in Unity.
In this guide, we will walk you through the process of setting up Teak in your Unity game. By the end of this guide you will be able to send a push notification to your Android or iOS device.
This guide assumes your game is cross platform, and has instructions for both iOS and Android. Skip the sections you don’t need.
Requirements
Before we begin, ensure that you have the following prerequisites in place to ensure a smooth integration:
iOS Requirements
-
iOS 11.0 or newer
-
Xcode 14 or newer
-
An Apple Developer account with administrator permissions.
-
A Mac with XCode installed.
Android Requirements
-
Android 5.0 (API level 21) or newer
-
A Firebase project with an Editor or Owner role.
-
Firebase Unity SDK installed.
-
External Dependency Manager for Unity (Installed with Firebase)
| If your game already includes any Firebase product from a .unitypackage, it should be compatible with Teak. However, if you don’t have any Firebase products installed yet, we suggest installing only the FirebaseMessaging.unitypackage to ensure compatibility with Teak. |
With the requirements out of the way, let’s get started.
First, we’ll set up your Teak dashboard.