Sending information over sockets to an iPhone MobileSubstrate extension hooked into MobileMail/MobileSafari/MobileMaps -
I am trying to use MobileSubstrate to tell a socket on the port on various UIKit applications. However, when my expansion enters mobile safery, mobilemail or mobile maps, then it is unable to successfully create the socket. I found this page on iPhone Dev Wiki which clarifies this issue.
Is there any way to be able to hear the socket in this device (or to open all)? What is another good (and easiest) way to comment if I have an Internet connection?
Individual inter-device communication, I am using CFMessagePorts which are very much like a Mac port
If you have all the information - no data, then I suggest looking at the Darwin Notification Center (based on CFNotificationCenter)
Comments
Post a Comment