移动APP唤起QQ聊天

在APP中打开QQ聊天使用如下代码即可

<a href="mqqwpa://im/chat?chat_type=wpa&uin=422195340&version=1&src_type=web&web_src=oicqzone.com" class="chat_a" >联系客服</a>

在PC网页打开QQ聊天添加如下代码即可

<a href="http://wpa.qq.com/msgrd?v=3&uin=422195340&site=qq&menu=yes" class="chat_a" >联系客服</a>

 

不明白的可以联系我

 

注意:如果在Android WebView中无法跳转的话需要在app中增加代码详情请看我的另一篇文章

iOS APP报 “Missing Push Notification Entitlement“错的解决方法

Xcode 8.0 上传应用报如下错

解决方法如图:打开Push Notifications 按钮即可

这花了我大半天时间(⊙﹏⊙)b。

qq%e5%9b%be%e7%89%8720161027093222

邮件内容

Dear developer,

We have discovered one or more issues with your recent delivery for "AppName". Your delivery was successful, but you may wish to correct the following issues in your next delivery:

Missing Push Notification Entitlement - Your app includes an API for Apple's Push Notification service, but the aps-environment entitlement is missing from the app's signature. To resolve this, make sure your App ID is enabled for push notification in the Provisioning Portal. Then, sign your app with a distribution provisioning profile that includes the aps-environment entitlement. This will create the correct signature, and you can resubmit your app. See "Provisioning and Development" in the Local and Push Notification Programming Guide for more information. If your app does not use the Apple Push Notification service, no action is required. You may remove the API from future submissions to stop this warning. If you use a third-party framework, you may need to contact the developer for information on removing the API.

After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.

Regards,

The App Store team

参考链接