I want to use native.canShowPopup() and native.showPopup() functions.
When I created test code and build by Corona Simulator [Build -> iOS] menu.
It works fine on iPhone.
My project use own plugins, so I need to build it by Xcode.
Then I built the test code by Xcode, always native.canShowPopup() return false.
I tried to add libfacebook.a and libnative-popup-twitter.a in CoronaEnterprise/Plugins folder to Xcode project.
But it doesn’t work.
What should I do?