Hi there,
We're a Wine eCommerce company and we have a project in progress to launch our webstore on the App Store.
To achieve this, we're utilizing PWABuilder to package our website using PWA technology, allowing us to submit it to the App Stores.
Naturally, given that it's a Google technology, everything went smoothly with the Play Store, and our app is already available there. However, we're encountering some challenges with the App Store. We need to implement additional features in our webstore, such as AppleID login and ApplePay payment integration. But, apart from that, we are facing another issue: Our third-party login options (Facebook and Google) function as pop-ups on our website but do not work within our Swift Application.
When we run our application in Xcode and try to login via third-party, we get this error.
2023-07-28 09:50:26.633655-0300 grandeadega[12858:1201551] [Process] 0x133858818 - [pageProxyID=6, webPageID=7, PID=12915] WebPageProxy::didFailProvisionalLoadForFrame: frameID=957, isMainFrame=0, domain=NSURLErrorDomain, code=-999, isMainFrame=0
We've explored various solutions, but our e-commerce platform (VTEX) imposes this limitation, and we cannot change the login format to eliminate the pop-up.
Does anyone have any ideas on how we might resolve this login issue? Keep in mind that the Swift project is meant to mirror our website, so we may have limited options regarding what we can modify.
Thank you!