为什么Webkit视图无法连接到App Store

时间:2018-12-17 21:37:26

标签: ios swift wkwebview

以下代码不起作用:

    <bean id="currentDate" class="java.util.Date" factory-bean="fastDateFormat"
        scope="prototype" factory-method="format" >
        <aop:scoped-proxy/> 
        <constructor-arg>
            <bean class="java.util.Date" />
        </constructor-arg>
    </bean>


<bean id="myFilter" class="org.springframework.integration.ftp.filters.FtpRegexPatternFileListFilter" scope="prototype">
        <constructor-arg value="#{currentDate}.(xls|xlsx)"/>
        </bean>

但是,如果我改用https://apple.com,它确实可以工作。

我正在使用测试设备。

那么如何将用户定向到App Store上的应用程序?

1 个答案:

答案 0 :(得分:1)

您不需要打开应用商店的Web视图,只需执行以下操作:

$entity_types = [
            0 => 'UNKNOWN',
            1 => 'PERSON'];

printf('Type: %s' . PHP_EOL, $entity_types[$entity->getType()]);