IOS AddSDK 4.1.0

From AdLocus
Revision as of 17:05, 31 May 2016 by Kiddchen (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

加入 SDK Library

  • 請將AdLocus.framework拖曳到您的專案中,並勾選下面兩個選項:
    • "Copy items into destination group's folder (if needed)"
    • "Create group for any added folders"
 IOS Add File 2.jpg

設定 Info.plist

  • 在 Info.plist 中加入
    • App Transport Security Settings
      • Allow Arbitrary Loads = YES
    • NSLocationAlwaysUsageDescription
    • NSLocationWhenInUseUsageDescription

Ios infoplist.jpg

設定編譯相容性

  • 在 Build Setting 中 Embedded Content Contains Swift Code 設為 YES

Ios embedded contents swift.jpg

開啟BACKGROUND MODE

  • 在Capabilities 中開啟 Background Mode 並勾選Background fetch

Ios backgroundfetch.jpg