Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

When updating from nendSDK before version 3.2.2

fan-s-kyan edited this page Jan 23, 2017 · 14 revisions

NendSDK update procedure

Please update nendSDK by one of the following methods.

When manually incorporating nendSDK into the project

Please delete the old version nendSDK by one of the following methods.

  1. Click the project From Project Navigator on the left then delete libNendAd.a from TARGETS> General> Linked Frameworks and Libraries
  2. Click the project From Project Navigator on the left then delete the corresponding path if the previous nendSDK path exists in TARGETS> Build Settings> Search Paths> Header Search Paths

For instructions on adding a new nendSDK, see Add Manually

When nendSDK is incorporated in cocoaPods

  • Open Podfile and make sure that the line of pod 'NendSDK_iOS' is listed
  • Update cocoaPods with pod update

Change import declaration

  • For Objective-C project

Change the description of import to the description referring to the header file in framework

If you use NADView.h

  • Before
   #import "NADView.h"
  • After
   #import <NendAd/NADView.h>

   Or

   @import NendAd;
  • For the Swift project
  1. Delete the import statement of the nendSDK header file from the Bridging Header
  2. Add import NendAd to the file of the class that implements nend handling

日本語

nendSDK iOS について

SDKの組み込み

広告の表示

全般設定

導入サポート


English

About nendSDK iOS

SDK Implementation

Display Ads

Global Settings

Supports

Clone this wiki locally