第一次加载网页在离线时失败.然后我连接网络调用reload()刷新当前页面,但它不起作用,WKNavigationDelegate无法获得任何回调.
功能reloadFromOrigin()也行不通
但是医生说:
/*! @abstract Reloads the current page.
@result A new navigation representing the reload.
*/
- (nullable WKNavigation *)reload;
/*! @abstract Reloads the current page, performing end-to-end revalidation
using cache-validating conditionals if possible.
@result A new navigation representing the reload.
*/
- (nullable WKNavigation *)reloadFromOrigin;
Run Code Online (Sandbox Code Playgroud)
有人可以帮忙吗
在1.0版中,用户可以毫无问题地为应用评分.
但是,在2.0版中,不会显示评级框
在两个版本中调用以显示评级框的功能相同:
SKStoreReviewController.requestReview()
Run Code Online (Sandbox Code Playgroud)