IOS SDK Getting Start

From AdLocus
Jump to: navigation, search

Getting Start with AdLocus

以下將說明您怎麼整入 AdLocus SDK.

自我檢查

  • 已整入 Lib Folder(Y/N)
  • 已設定 Framework (Y/N)
  • 已加入權限到 Info.plist 中 (Y/N)

若您已完成上述檢查卻無法正確啟用相關服務, 請來信 support@adlocus.com , 我們將有專人與您聯繫.

取得您的 App Key

  • http://adlocus.com/ 申請帳號並登入。
  • 在「應用程式」中「新增」您的應用程式並取得app key。

準備將 SDK 加入到您的專案

  • 加入SDK
  • 確保您的每個版位都實作了 - (NSString *)AdLocusAppKey

InApp

Promotion

Interstitial

Video

Location based

  • 當您的 App 有實作 Location Manager 時, 我們建議您透過實作下列 delegate 取得 Location-based Ad.
-(CLLocation *)locationInfo
{
    return locationManager.location;
}

AdMob Mediation

測試模式與觀眾定向(Optional)

當您完成 SDK 整合後,您可透過設定下列 Delegate 開啟測試模式(測試模式下的互動在平台上將不記錄).

  • 年齡: - (NSNumber *)age;
  • 性別: - (NSString *)gender; // user's gender (e.g. @"1" is Male or @"2" is Female)
  • 測試模式: - (BOOL)testMode;