Coder Social home page Coder Social logo

Comments (2)

ChenYilong avatar ChenYilong commented on August 15, 2024

推测有三种可能性,第一种可能是使用私有api,第二种是sdk版本基于8.x及更早版本,第三种是直接使用了openURL,然后判断该方法的返回值,进行检测,没有使用canOpen方法。

from ios9adaptationtips.

wigl avatar wigl commented on August 15, 2024

应该没有使用私有API,毕竟苹果禁止,不容易过审核。
另外,前几天把这个APP的ipa文件解压了,发现里面Info.plist文件中有4000多个URLScheme,所以应该用了openURL或者canOpen,那就有了新的问题:
1、如果使用了canOpen,那因为可能因为sdk版本较低,所以在iOS9设备上URLScheme白名单不起作用?
2、如果使用了openURL,那就不用考虑白名单的问题,但是这会导致弹出“xx想打开你的xx应用”的警告视图,它又是如何避免这个弹窗的出现呢?

from ios9adaptationtips.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.