使用 了 Admob OpenFeint 接口的 iphone 游戏工程搭建 步骤 
使用 了 Admob OpenFeint 接口的  iphone 游戏工程搭建 步骤 

注意: ipad 中,广告大小建议设置为 320X270

1> 新建 opengl 项目
2> 将 AdMob TouchJSON OpenFeint 文件拷贝到工程得根目录下
3> 右键单击 Frameworks , add exiting files , 添加AdMob TouchJSON OpenFeint  到工程
4> 添加需要得库文件: 
QuartzCore.framework
OpenGLES.framework

UIKit.framework

Foundation.framework
AudioToolbox.framework
OpenAL.framework
CoreGraphics.framework
MediaPlayer.framework
MessageUI.framework
Security.framework
SystemConfiguration.framework
libsqlite3.0.dylib
CFNetwork.framework
CoreLocation.framework
MapKit.framework
libz.1.2.3.dylib
AddressBook.framework
AddressBookUI.framework
5>  右键单击 Targets 下面目标项, 选择 get info , 在 general 标签页里面,设置
UIKit.framework   weak
MessageUI.framework weak 
MapKit.framework weak


6> Tree_Prefix.pch 文件中添加:#import "OpenFeintPrefix.pch"
7> 设置工程代码文件 和  MainWindow.xib 文件