Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 572 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 572 Bytes

Rakam iOS Demo

A simple 2048 derivative. See the original or the fantastic version built by Danqing Liu that this demo is based on.

The Rakam integration contains these parts:

  • Add the Rakam SDK using CocoaPods. See Podfile.
  • Rakam initialization in application:didFinishLaunchingWithOptions.
  • Setting user properties and logging events with properties in M2GameManager.
  • Tracking Push Notifications and Push Notification actions in AppDelegate.