My Cordova app got rejected by AppStore review. The reason behind rejection is app exhibits bugs. Details of the affected functionality is furnished below.
My app has a New User? Register here link to the apps site, say https://www.example.com. When the user taps on the example.com opens in new safari window. It works fine for me. But AppStore team has attached a 403 screenshot in resolution center.
The site doesn't throw 403 when accessed from any browser directly. Even from IOS Safari.
Code to open the link is pasted below,
var ref = window.open('https://www.example.com', '_system', 'location=yes');
Not sure whether is a problem with the 8.4.1, Cordova or .net website.
Any kind of help would be deeply appreciated.