There is already a iOS SpiderBasic App?

Everything else that doesn't fall into one of the other categories.
User avatar
Niffo
Posts: 80
Joined: Sat Jun 16, 2018 10:30 pm

Re: There is already a iOS SpiderBasic App?

Post by Niffo »

Yes, seems not to work anymore with XCode 10 : viewtopic.php?f=11&t=1591
In the meantime, you can try to pack your app directly with Cordova, it's not very difficult : https://cordova.apache.org/
plouf
Posts: 194
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: There is already a iOS SpiderBasic App?

Post by plouf »

Dirk Geppert wrote:What's the current status here?

For Android you can successfully create apps :) - but only with activated debugger. (Is there any way to close the debug window? :? )

For iOS you still need a computer with MacOS or can I do that under Windows? :roll:

Ciao Dirk
not necessary to have debugger on, you have to sign your app, then debugeer is not necessary

->viewtopic.php?f=13&t=1385
Christos
❤x1
Posts: 6
Joined: Sat Feb 09, 2019 5:42 am

Re: There is already a iOS SpiderBasic App?

Post by ❤x1 »

Niffo wrote:In the meantime, you can try to pack your app directly with Cordova, it's not very difficult : https://cordova.apache.org/
Do you mind writing a simple tutorial? Or at least, pointing me in the general direction to generate the cordova compatible html/js from a sb code?
User avatar
Niffo
Posts: 80
Joined: Sat Jun 16, 2018 10:30 pm

Re: There is already a iOS SpiderBasic App?

Post by Niffo »

This is a good start : https://cordova.apache.org/docs/en/late ... index.html
Then you "only" have to put your SpiderBasic App in the "www" directory ;-)
❤x1
Posts: 6
Joined: Sat Feb 09, 2019 5:42 am

Re: There is already a iOS SpiderBasic App?

Post by ❤x1 »

Oh? There is no difference between a Web app and a Cordova app generated by SpiderBasic? That explains so many problems I've got!
Thanks, I'll try :D
Post Reply