I want to send gsevent in IOS7. Which I follow from here:How to find the purple port for the front most application in IOS 5 and above?
I got it working for IOS 4,5,6, now I am working on IOS7 beta. I found out that the private API has been changed. The result of GSCopyPurpleNamedPort(appId) is always 0.
So how do I get the purple port of the current running application for IOS7, anyone has any ideas?