viezel/TiSocial.Framework

Titanium SDK 6.0.0 support?

Closed this issue · 5 comments

Any plans to support the SDK 6+?
Thanks

This module seems pretty stale...

Hi here. Does this module works with SDK 6+ ?
Cheers.

m1ga commented

Did you try it :) ?
Working fine with Ti 6.0.1.GA (tested the twitter connection). Since its an iOS module you don't need to recompile it for 6+

@m1ga Sure? My app crashes after Save an image (6.0.1 GA)

var foto = $.fotoPerfil.toBlob(); var Social = require('dk.napp.social'); Ti.API.info("Facebook available: " + Social.isFacebookSupported()); Ti.API.info("Twitter available: " + Social.isTwitterSupported()); Ti.API.info("SinaWeibo available: " + Social.isSinaWeiboSupported()); if(Social.isActivityViewSupported()){ Social.activityView({ text:"share like a king!", image:foto, //removeIcons:"print,sms,copy,contact,camera,mail", removeIcons:"sms", view: e.source //source button }); }