作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个应用程序,它使用 SKStoreProductViewController 在应用程序上下文中显示 Appstore 链接。我现在想知道何时调用 SKStoreProductViewControllerDelegate 的 productViewControllerDidFinish: 方法?
我已经实现了这个方法如下:
- (void)productViewControllerDidFinish:(SKStoreProductViewController *)viewController {
[viewController dismissViewControllerAnimated:YES completion:nil];
}
productViewControllerDidFinish:
Called when the user dismisses the store screen. (required)
This event is called when the user presses cancel; or otherwise finalizes a transaction inside the view controller.
最佳答案
是的,这种行为是意料之中的。
此方法只是您知道何时应该关闭商店 View 并返回应用程序的方式,无论是因为用户完成了交易还是刚刚取消。
关于ios - SKStoreProductViewControllerDelegate的productViewControllerDidFinish : method called?是什么时候,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17162127/
我是一名优秀的程序员,十分优秀!