Issue with UIActivityViewController iOS6 - ios6

I am using UIActivityViewController to show the sharing sheet for the devices with iOS6, but the issue is that Until I am logged in to facebook, twitter in Settings, Facebook and twitter options will not be display while sharing?
Is there any possibility to display these icons as well even though user has not given his/her account credentials in Settings? Please help me out. Thank you.

No it's not possible... If Facebook is not set up in Settings > Facebook, then the UIActivityViewController will not show Facebook as an option to share.

As #amau96 said, it's not possible with UIActivityViewController.
But you can achieve same function via SLComposeViewController.
I created a forked project OWActivityViewController that implement the same function as Apple's built-in Photos app's share action sheet through SLComposeViewController.
OWActivityViewController compatible with iOS 5, hope this could help you somehow.

Related

Disbaled Website Screenshot in mobile

please anyone can help me to disabled screenshots in mobile for my website. which works on android and IO's with any browser?
There is no possible way of disabling screenshots in a website, for android or IOS, how ever you can refer to Prevent screen capture in an iOS app, for information on how to do it in an app, The most prominent way of doing such would by doing a Snapchat deal, You could get could create a notification code to your email, and from that find people that screenshot it. But there is no way to completely disable the ability to screenshot.

Is this possible to get inpage analytics in Piwik

Recently, I have started to use Piwik. My question, is this possible to get inpage analytic of my website page? I mean, how do I know how users interact with your web pages?
Yes. Please check page overlay feature: http://piwik.org/docs/page-overlay/

User interaction in mobile app

I am working on a mobile app and wanted to know if there is any plugin which traces the user interaction within the app. For ex. if user has clicked on any particular tab or navigated to any specific section of the app. I know crazy egg does this for web apps. I am looking something for mobile apps.
Thanks in advance!
There are many analytic libraries available to track events, some of them are Flurry, GoogleAnalytics, Mixpanel. You can try using any of them according to your needs.

"Remember me" option for Silverlight login

I created a custom login page for the silverlight navigation application so now I need to set the "remember" me option for the saving username in cookie.
Could anyone guide me please?
Use IsolatedStorage for this.
Help links:
Link one
Link two

Integrating iOS 6 Twitter and Facebook share feature with responsive website

I'm working on a responsive website. Currently when a user clicks the "Tweet" or "Like" button it takes the user to another page to complete the steps. I wonder whether there is a way we can integrate iOS 6's inbuilt Twitter and Facebook functionality rather than directing to the user to another separate page.
Thanks in advance.
At this time of this writing, there is no way to access the Share Widget available on iOS6.
Source: A search on Apple Developer Search

Resources