nirasan's tech blog

趣味や仕事の覚え書きです。Linux, Perl, PHP, Ruby, Javascript, Android, Cocos2d-x, Unity などに興味があります。

Unity に nend の広告を組み込む - iOS 編

はじめに

iOS アプリ作成

  • apple の開発者サイトの Member Center から、Certifications, Identifiers & Profiles に移動
  • Identifiers の App IDs で、新しいアプリの作成
  • Provisioning Profiles で、新しい Provisioning Profiles の作成

クライアントIDの取得

Google Play Games プラグインの設定

  • [Google Play Games] > [iOS Setup...] で、アプリケーションID(Androidと同じ)、クライアントID(先ほど入手したもの)、バンドルID(アプリ作成時に指定したもの)、をそれぞれ入力して "Setup"

Google Play ライブラリのダウンロード

ビルド

  • [File] > [Build Settings...] で Xcode プロジェクトのビルド
  • Xcode でプロジェクトを開く

Xcode の設定

AdSupport
CoreGraphics
ImageIO
libz.dylib
  • "Build Settings" の "iOS Deployment Target" を "iOS 6.0" 以上にする