Many bubblers would like to have their Bubble site (or app) converted into an application for iPhone āiOSā or āAndroidā for free. In less than 10 minutes, I had my site on my phone with free Jasonelle open source.
Become an expert in native app creation!
The main advantage of this tool is that you will never have to compile again or submit your APP to Apple or Google stores. Everything is done on Bubble side forever! If you still donāt want to do it yourself, I recommend the BDK Native in the box.
6 EASY STEPS
This procedure is the same for iOS or Android.
-
Download the executable files:
iOS (Xcode) iOS for Bubble or Android (Studio) Android -
Install (if not already done) Xcode for Mac: Xcode or Android Studio: Android Studio
-
Open the āmaster.zipā , run SETUP
- and choose create a new app.
Xcode or Android will open and everything will be set.
- Create with any text editor a text file with the name or create an endpoint inside API Workflows > No need any file! < Read this!
index.json
- an copy those lines to it (this is your wrapper). Save it. Change the domain with yours! www.your_Bubble_domain.me
{ "$jason": { "body": { "background": { "type": "html", "url": "https://www.your_Bubble_domain.me", "action": { "type": "$default" } } } } }
-
Put this file to Bubble root directory, click SEE and copy the URL of it.
-
URL look like this:
-
Inside the compiler (iOS) you need to specify URL in the section settings.plist
-
Connect your phone and choose from the simulator menu your phone (which should appear) and press RUN (the triangle button). Your app will open in your phone.
Enjoy!
more notes:
Android installation (July5) : Android debugging
What bubblers says (thanks guys )
-
" Thanks a lot for your very useful post. The kind we need here! Just to say that. Cheers " N.
-
" Itās been really useful, especially the json you provide, even though itās super simple, made literally it no brainer for me who wasnāt sure how to write the wrapping" G.
-
" You have saved me time and money through your posts on the forum about wrapping. Your solution is elegant and 100% effective. " S.