Commit 414106be19f9d0ab0b22294e792668a6b343e17d
1 parent
1b0de77149
Exists in
master
修改oc方法
Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff
doc/IOSDocument.md
... | ... | @@ -49,8 +49,7 @@ V |
49 | 49 | [[LetsGameAPI instance] pay:payInfo]; |
50 | 50 | |
51 | 51 | ## 6、IAP支付 |
52 | -若要使用apple IAP支付,需要在AppDelegate的- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions | |
53 | -方法内注册iap observer,使用如下方法 | |
52 | +若要使用apple IAP支付,需要在AppDelegate的application: didFinishLaunchingWithOptions:方法内注册iap observer,使用如下方法 | |
54 | 53 | |
55 | 54 | [[LetsGameAPI instance] registeIapObserver]; |
56 | 55 | 具体调用iap支付的方法如下: |