友盟實現分享

2021-07-23 05:30:19 字數 1864 閱讀 6545

在build.gradle中加上

compile filetree(dir: 'libs', include: ['*.jar'])
三。在配置環境下面填寫(

wxentryactivity類
在第五步中有教你新建)

android

:name=

android

:value=

"你申請的值"

>

android

:name=

".wxapi.wxentryactivity"

android

:configchanges=

"keyboardhidden|orientation|screensize"

android

:exported=

"true"

android

:screenorientation=

"portrait"

android

:theme=

"@android:style/theme.translucent.notitlebar"

/>

android

:name=

"com.tencent.tauth.authactivity"

android

:launchmode=

"singletask"

android

:nohistory=

"true"

>

android

:name=

"android.intent.action.view"

/>

android

:name=

"android.intent.category.default"

/>

android

:name=

"android.intent.category.browsable"

/>

android

:scheme=

"tencent100424468"

/>

android

:name=

"com.tencent.connect.common.assistactivity"

android

:screenorientation=

"portrait"

android

:theme=

"@android:style/theme.translucent.notitlebar"

android

:configchanges=

"orientation|keyboardhidden|screensize"

/>//友盟各個平台的配置

注意填寫你申請的鍵值

五。在你應用中新建wxentryactivity類

package com.bhxx.xs_family.wxapi;

import com.umeng.socialize.weixin.view.wxcallbackactivity;

public class wxentryactivity extends wxcallbackactivity

其他的可以什麼都不寫

六。在activity中實現

album_share_qq.setonclicklistener(new view.onclicklistener() 

});album_share_wx.setonclicklistener(new view.onclicklistener()

});

ok!  分享完成,非常簡單的幾部。

友盟 分享bug

這在 xcode 6.4 ios 8 時,是不會有的情況,原因是 為了強制增強資料訪問安全,ios9 缺省會把所有從nsurlconnection cfurl nsurlsession發出的 http 請求,都改為 https 請求 ios9.x sdk編譯時,缺省會讓所有從nsurlconnect...

友盟分享步驟

yochar 作者關注 2016.12.06 10 22 字數 1063 閱讀 1631 喜歡 8 在ios開發中,社交分享已經是乙個常見的功能。當我們需要快速整合多個平台的分享時,一般會選擇一些第三方的分享平台,例如友盟分享。友盟分享經過多年的發展,現在推出了新版sdk6.1。相比之前的版本,新版...

iOS 友盟SDK分享

友盟sdk分享 基本步驟 1 註冊友盟開發者賬號 4 解壓sdk壓縮包,將形如umsocial sdk x.x.x檔案拖入工程中 例如 umsocial sdk 4.4 5 專案面板中手動新增系統庫systemconfiguration.framework 注意 1 新增sdk後需要手動新增系統庫s...