Here is a way to promote your app by putting simple share button inside it, which allows user to share to different sharing services.
For now facebook and twitter are supported, but if you know any other share services, that you think should be added, please post comment here and I'll add them.
As usually here's a video:
And more info:
http://appcodingeasy.com/Gideros-Mobile/Share-button-in-Gideros-app
Comments
I've implemented this in my app. When I press the button on the iOS device nothing happens. Might this be because of security settings on my devices (iPad and iPhone, both with iOS 7) or something else?
Niclas
https://github.com/nascode/gideros_twitter_ios
Likes: hgvyas123
After a little digging it turned out to be a non unicode URL that was the problem. This article solved it:
http://members.giderosmobile.com/knowledgebase.php?action=displayarticle&id=90
Cheers,
Niclas