Phonegap iOS App Deployment

Hello -

I got the initial version of my app deployed onto PhoneGap, sincere thanks to @natedogg.

My problem is that when testing the app I’m getting an error message when I attempt to login. I have 3 pages, home page, client dashboard page, and stylist dashboard page. My hunch is that because I have 3 pages I either need to do one of two things:

A. Add more code to account for the other two pages or

B. Convert those pages to groups.

Can anyone confirm my thoughts on this?

Did you figure this out? I’m running into a similar issue (I thought it may have been due to some phonegap plugins I have potentially integrated unsuccessfully).

I did, my app is now deployed and accepted on Apple.

In a previous post, Bubble support suggested that you should replace the:

window.web_url_equivalent_for_phonegap = “https://your_registered_domain” with what you see in the screenshot below.

Once I did that it worked just fine.

Additionally, be sure that you have only one page and the other pages should be groups and popups.

Once I made those updates I was good to go.

2 Likes