2024 - 10 min. to build a free native iOS/Android app 🔷

Version 2 or 3? It will be perfectly on time for my launch !

1 Like

hai @JohnMark
Thank you for your support.
I tried this using toolbox plugin but still its not getting. :frowning:
Untitled
this is my jason file.

Untitled1
This is my java action.

am i doing something wrong?

Hi @bentoj72

DM your json file. DM mean direct message me. :wink:
Yes your json file look good.

Here is another way that can work better for your json script (or file) and using Jasonelle functions. Here an example to display a blue iOS banner.

Read this if you’re still using a file > Use API Workflow instead of a file

NO MORE SCRIPT (json) FILE NEEDED



script (text format) for copy and paste:

{
    "$jason": {
        "head": {
            "actions": {
                "$load": {
                    "type": "$render"
                },
                "display_banner": {
                    "type": "$util.banner",
                    "options": {
                        "title": "{{$jason.title}}",
                        "description": "{{$jason.description}}"
                    }
                }
            },
            "templates": {
                "body": {
                    "background": {
                        "type": "html",
                        "url": "https://yoursite.com?variable_name=yes",
                        "action": {
                            "type": "$default"
                        }
                    }
                }
            }
        }
    }
}

Hi, can you show how to use test flight to get users on app without apple developer account? if that’s possible. I’m trying to build something for competition deadline and probably won’t get reviewed in time for app store.

Also is it ok to use generic bubbleapps.io domain?

Sorry if these things have been answered I haven’t had the time to read everything yet.

Hi @Taiheta, it can be a long journey when rushing :slight_smile:

Yes you can subcribe to test flight with an invitation code.

Sometimes I forget the bubbleapps.io. Yes, you can use it.
No need for a website. :sweat_smile: @asiul_91
unless you want to impress yourself.

Good luck!

3 Likes

How to use Apple Test Flight

Hi @Taiheta, you can take every phone from your testers and connect to your computer, and build your app on their phone. That’s the easiest way.

Install Test Flight on your phone


Build your project with Xcode
with Archive.


Always increment version number (ie 1.6 to 1.7). Let Build number to 1.
42%20AM








When your project is sent to Apple, open your Apple Dev account.


Choose Test Flight and your new build version. Choose who you want to test your application. Add it to your group of testers you need to create before. An email and a name are requested.

3 Likes

Reminder for new Jasonelle users: You must use Xcode 10.2.1 or lower to make it work. Xcode 11 is not working at this time. Waiting for an update.

Thanks to @Taiheta

Another solution to share your app with your friends without Apple Dev Account.

Distribute your iOS and Android application and install it over the air with our Best Platform for Beta App, iOS App and Android App Distribution.

1 Like

8.3 How to Call/SMS/Facetime a Phone Number


How to: Call/SMS/Facetime a Phone Number

2 Likes

This is amazing, does anyone have a link to a successful native Bubble app they built?

1 Like

Hi Paul @pauljamess

One day I will publish my app and web site :wink:
In the meantime, I am very satisfied with the result. Speed remains the challenge, but with the recent changes, and the future of Bubble, we have a great platform. :boom:

2 Likes

I am a bit of novice at the native side of things. Do you have any tips in starting out?

The best TIPS is to develop from the beginning a responsive site, adapt to the lower 320x phone resolution. Also, using a Swipe plugin to give the illusion of the native application. A unique universe to maintain.

3 Likes

Go it! Thanks so much :slight_smile:

1 Like

Hi guys. I’ve been following the instructions to run a bubble app URL but I’m clearly missing something to see this work on android.

PC ON BUBBLE/ANDROID STUDIO - JSON FILE METHOD

  • Json file - done / uploaded to bubble.
  • Copied and pasted AMAZONAWS URL and changed app name in this strings location.
  • Android SDK 8 - 10 downloaded
  • Phone development mode = on
  • Launching/Viewing - Theres no means to launch anything at this stage. Should this be viewed in my phone or android studio?

Do I need to download some kind of android demo viewer to be able to see this?

API WORKFLOW METHOD. So far my app has been designed without APIs and in the current form is working well (in broswer at least) Can anyone point me in the direction of getting such an API as highlighed by @JohnMark to work, the documentation is not helping me.

Hi @worthaz

Have you look there Android documentation

and request on their forum? I’m not there with Android, I’m actually testing right now. So many updates… :sweat_smile: I will contact you if I get some result.

Thanks JM, no I didn’t look there but I’ll do just that. regards

1 Like

Hi @worthaz You can try the last build (development) available. I got 48 errors on my last installation… let you know with this new build.


Last Android Jasonelle (in dev)


update @worthaz After 25 min of updates with the new build: It Work!

Thanks to Ignacio A. from Jasonelle for his support! :tada: :boom:

TIPS Do not used NATIVE inside Bubble, simply design your app/web site in a regular responsive way in a 320x568 or higher resolution. Happy building! :slight_smile:

1 Like