wysharesdk 官网K

Mob官网 - 中国最大的移动开发者服务平台 - ShareSDK官网 - 免费短信验证码 - ShareREC官网 - BigApp官网Android Open Source - ShareSDK-for-Android
My PlatformFrom ProjectBack to project page .LicenseThe source code is released under:
MIT License
Java Source Codepackage cn.sharesdk.socialization.
import android.content.C
import cn.sharesdk.socialization.SocializationCustomP
/** a demo of custom platform */
public class MyPlatform extends SocializationCustomPlatform {
public MyPlatform(Context context) {
super(context);
public String getName() {
// returns the name display in account selecting page
return "ShareSDK";
public int getLogo() {
// returns the icon resource display in account selecting page
return R.drawable.logo_
protected boolean checkAuthorize(int action) {
// returns true, if you are sure the user to comment the topic is signed in
// or, if returns false, means the user hasn't signed in and ShareSDK will
// lead your app to the method of doAuthorize()
protected UserBrief doAuthorize() {
// lead your user to sign in and returns UserBrief to ShareSDK
UserBrief user = new UserBrief();
user.userId = "123456";
user.userNickname = getName() + "_123456";
user.userAvatar = "/Public/Frontend/images/android-log-bg.png";
user.userGender = UserGender.M
user.userVerifyType = UserVerifyType.V
Java Source Code List
&|&Email:info &|&& Demo Source and Support. All rights reserved.Undefined symbols for architecture x86_64
I upgraded xcode yesterday to 5.1 and hockey app sdk prevent to
build my app (Undefined symbols for architecture x86_64).
I have upgraded to the latest 3.5.4 hockey app SDK and the issue
add the following with a double click and +
$(OTHER_LDFLAGS)
That acutally solves everything.
Thomas Dohmke closed this discussion
Discussions are closed to public comments.
If you need help with HockeyApp please
Conversation Started
The discussion is closed
No more actions from HockeyApp or the discussion starter are required.
Re-open the discussion
Private Permissions
This discussion is private.
Only you and HockeyApp support staff can see and reply to it.
Permissions
This discussion is public. Everyone can see and reply to it.
Keyboard shortcuts
Show this help
Blurs the current field
Comment Form
Focus the comment reply box
Submit the comment
You can use Command ? instead of Control ^ on Mac
Recent Articles}

我要回帖

更多关于 sharesdk 官网 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信