Hi all. been awhile since using Smart Basic and very happy to be back.
Only one quetion.
I want to use my app on a device that does not have smart basic installed. Can I create an APK or some such to make the app portable?
Not looking to post on the app store so dont really want to get back into xcode
compiling
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: compiling
There is only one way to run native application on iOS - to install is from App Store.
So you either need to install smart BASIC and run your program from there or to use Xcode to create native application from your BASIC program.
There is also a class of applications which can be run without installation - web applications. But smart BASIC is not a web application.
So you either need to install smart BASIC and run your program from there or to use Xcode to create native application from your BASIC program.
There is also a class of applications which can be run without installation - web applications. But smart BASIC is not a web application.
-
- Posts: 5
- Joined: Mon Jan 08, 2018 10:20 pm
- My devices: Ipad pro 12 inch, ipad pro 9 inch, MacBook Air, MacBook Pro, surface pro, HP stealth, samsung Galaxy tab. Toshiba satellite.
- Location: Brisbane, AUSTRALIA
- Flag:
Re: compiling
Thank you very much for your reply.
Looks like i need to get back to learning in xcode. I moved away from iPad coding quite a while ago so going that way will prove a little daunting. Still I appreciate your help.
If there is any help available for doing this I would be grateful. Many thanks.
Looks like i need to get back to learning in xcode. I moved away from iPad coding quite a while ago so going that way will prove a little daunting. Still I appreciate your help.
If there is any help available for doing this I would be grateful. Many thanks.
Thanks for your collective assistance
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: compiling
Smart BASIC does not require to program Xcode to create standalone application from your BASIC program. So you don't need to know Objective C or Swift for that. But of course general understanding of Xcode will be useful.