I have implemented a PayPal button with InAppBrowser, user goes to PayPal account to donate after clicking and it works as it should but unfortunately our App got rejected by Apple. Their reasoning was that PayPal or donation links should be outside the App. Even thought I have no control over InAppBrowser it is still considered as part of the App. Weirdly I could not find something related to this, I was hopping for it to be very common.
Also tried window.open with different arguments while removing InAppBrowser and nothing happened.
I know that prompting the User to pick a browser will solve the issue but somehow that is not working for me! I remember getting around it on the past but I do not remember the solution(probably different Cordova plugin). Any suggestion how to solve it? Any other approach is welcomed.
Thank you guys!