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