IOS9 issues that cannot be shared by third party platforms after upgrade

Source: Internet
Author: User

Recently upgraded to Xcode7, crash in the process of real machine debugging and found that the program crash when initializing the Weibo SDK.

The solution is to replace the project with a new SDK from the Weibo website.

2. After the update of the latest SDK to run the program successfully, then found, QQ, Weibo sharing will be prompted not to install the client (the program is related to the judgment), but clearly installed on the phone to share the required 3 clients.

It turned out to be Apple's new policy. In IOS9, if you use URL scheme You must whitelist the URL scheme you want to call externally in "info.plist", otherwise you cannot use it.

Workaround add an array-type node in Info.plist, key is called Lsapplicationqueriesschemes

3 platforms are configured as follows:

Once the configuration is complete, sharing is successful.

IOS9 issues that cannot be shared by third party platforms after upgrade

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.