I was relying on system.openURL() to detect if I have Twitter app installed or not. If I have, openURL() will return true, if no, it will return false.
Now I dont get any return at all. According to this documentation here: http://docs.coronalabs.com/api/library/system/openURL.html
It said return is ‘none’
What alternative we have now?