I’d like to develop an iphone application that will copy Facebook and Twitter notifications from notification center.
How can I get facebook and twitter notifications from notification center?
I’d like to develop an iphone application that will copy Facebook and Twitter notifications
Share
Your app does not have access to any other app notifications. You cannot access notifications other than your own (actually, you can only access the notification the user clicked in. Even if you have raised multiple notifications).
You’d have to access the twitter/Facebook account directly to grab the latest information.