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

Can you please specify what are the first and second urls ?

Hello @richer.devops

If you are using your own website (url’s):

  • https://your_domain.com/version-test/api/1.1/wf/jasonelle
  • https://your_domain.com/api/1.1/wf/jasonelle/api/1.1/wf/jasonelle
    or
  • https://your_app.bubbleapps.io/version-test/api/1.1/wf/jasonelle
  • https://your_app.bubbleapps.io/api/1.1/wf/jasonelle

You can replace the end (jasonelle) by any endpoint name of your choice.


Tips:
When building with Bubble, I always recommend using the responsive mode starting with the smallest resolution (320x680) of your choice, and increasing to the larger resolutions. The use of the ‘mobile version’ option of Bubble is very limited and does not allow you to automatically build a mobile application.

1 Like

Hi @JohnMark , what an amazing post!
I do have a problem with opening external links (ex. Facebook, Instagram)
I have found that if you do have the app installed, Jasonelle will direct you to the app within your iphone. However if you don’t have the app installed, it will only transition to a next view, instead of opening safari. Same with iphone URL Schemes such as sms:, tel:, etc. They simply just dont open.
How do you advice on resolving this? I have tried several trigger actions inside the JSON, but they dont seem to work. I think there must be something in Bubble Action Workflow preventing Jasonelle to recognize the new href.

Do you think on any workaround?
Thanks in advance!!

2 Likes

Hello @segongora9

I didn’t try to open an external link under Jasonelle. It can be a setting under iOS or Android. I will recommend to chat with Jasonelle team on Telegram if you have any difficulties.

It must be a Jasonelle command. Let me know if you find out.

Welcome to Bubble.

1 Like

Hey John , I’m sorry to have bothered you with this. You’ve already answered this way above in the forum.

For anyone else having this problem, the solution will be to run a Javascript command and trigger an action created in Jasonelle.
Do the following in Bubble Workflow:

const web = “https://google.com”
$agent.trigger(‘web’, {web});

And then in your index JSON file simply put something like this:
Captura de Pantalla 2020-11-06 a la(s) 11.14.14
In case of an app like Phone, change “view”:“web” with “view”:“app”

2 Likes

I completed step 1 and 2, but the “Open the ‘master.zip’ , run SETUP” there is no master zip or anything of that nature in the files. Any help?

Has anyone made a video outlining the steps of this process? If NOT…who’s willing to make some $$ doing it?! @JohnMark, @richer.devops, or anyone who’s had success :sunglasses:

1 Like

I gave up man, i could afford bdk native so went for it

1 Like

Has anyone had success running the xcode project in the latest version of xcode since Apple just released their new operating system? I upgraded my whole system, went to download and follow the instructions above to build my app and have received multiple errors that Javascript files are missing from the project so the build continuously fails.

Hello @zacharyreed

Right now, you have to use older Xcode until Jasonelle update his own code (soon). You can chat with Jasonelle on Telegram.

2 Likes

Thanks @JohnMark, ill reach out on telegram!

2 Likes

Have you seen the contributor of Jasonette is not going to keep it going? Any thoughts on how this will affect future app development with bubble.io and being able to create your own native apps?

https://jasonelle.com/blog/november-news/

Waiting for someone to take on.

3 Likes

Hi,

If you download the Jasonelle Master .zip it will show under Tools > Legacy.
Default is on Jasonelle Develop.

1 Like

Hey @JohnMark,

How do I get the json url? Jasonbase is not in use but the setup leads me there.

Thanks in advance.

Hello @TTMulti

Your application must point to a Bubble API (BackEnd workflows) as explained above.

Hi @JohnMark,

I am so lost in the 382 messages :confounded: , I have really abused my COMMAND+F to find what you are referring to ‘Your application must point to a Bubble API (BackEnd workflows) as explained above.’ But with no luck… Could you please link it or explain.

Thanks in advance.

Hello @TTMulti

It is necessary to count from the beginning my 33 rd post or the post 69 exactly. :sweat_smile:
In 2019 “BackEnd Workflows” was “API Workflows”.

Ha, Thank you lots @JohnMark

And to be sure, can I now use the newest xCode? Or still an older version? If so; which v?

Yes, older version until next Jasonnelle version (no date from now).