Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. 

Download the SDK from :

2.

Drag AppoxeeSDK.framework into you project, make sure it is copied.

2.

Open your AppDelegate.m file, and add the following import statement:

Code Block
#import <AppoxeeSDK/AppoxeeSDK.h>

3.

Add the following delegate notation (can also be added at AppDelegate.h):

Code Block
@interface AppDelegate() <AppoxeeDelegate>

@end