We just built an iOS app based on PhoneGap 0.9.5.1 and got it rejected by Apple with this response:
Apps that use non-public APIs will be rejected
We found the following non-public APIs in your app:
_gsEvent
setNavigationBar:
The app has multiple UIWebView(s) and a navigation bar to traverse between them. We just wrote HTML/CSS/Javascript for each UIWebView and implemented the basic navigation bar. All the rest is handled by PhoneGap.
Can somebody help with this? Thx!