Skip to content

Commit

Permalink
Updated example project
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewslotin committed Nov 22, 2013
1 parent 7983130 commit 891f20e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
*.swf
*.swcout
out
build
build*.ane
Binary file removed AdjustIo-2.1.0.ane
Binary file not shown.
6 changes: 3 additions & 3 deletions example/src/AdjustIoSDKDemo.as
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import flash.events.TouchEvent;
import flash.ui.Keyboard;

public class AdjustIoSDKDemo extends Sprite {
private static const ADJUST_APP_TOKEN: String = "kxrqhmmtwtr2";

AdjustIo.initialize(ADJUST_APP_TOKEN, Environment.SANDBOX, LogLevel.VERBOSE, true);
private static const ADJUST_APP_TOKEN: String = "xxxxxxxxxxxx";

public function AdjustIoSDKDemo() {
AdjustIo.initialize(ADJUST_APP_TOKEN, Environment.SANDBOX, LogLevel.VERBOSE, true);

addEventListener(Event.ADDED_TO_STAGE, init);
}

Expand Down

0 comments on commit 891f20e

Please sign in to comment.