From 414106be19f9d0ab0b22294e792668a6b343e17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BA=B7?= Date: Fri, 7 Aug 2015 14:41:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9oc=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/IOSDocument.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/IOSDocument.md b/doc/IOSDocument.md index ab7ae00..05c38ef 100644 --- a/doc/IOSDocument.md +++ b/doc/IOSDocument.md @@ -49,8 +49,7 @@ V [[LetsGameAPI instance] pay:payInfo]; ## 6、IAP支付 -若要使用apple IAP支付,需要在AppDelegate的- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions -方法内注册iap observer,使用如下方法 +若要使用apple IAP支付,需要在AppDelegate的application: didFinishLaunchingWithOptions:方法内注册iap observer,使用如下方法 [[LetsGameAPI instance] registeIapObserver]; 具体调用iap支付的方法如下: -- 2.0.0