Search found 17 matches
- Mon May 15, 2017 2:46 pm
- Forum: General Discussion
- Topic: Apple App Store Contract
- Replies: 8
- Views: 6927
Re: Apple App Store Contract
Sooo, is it possible to make MacOS/iOS apps available on your own website for download and 'install' in the same way as we can with Windows/Android/Linux? Or do Apple devices prevent their owners from obtaining apps from anywhere other than the Apple Store? For MacOS yes, for iOS no. You'd ...
- Sun May 14, 2017 6:48 am
- Forum: General Discussion
- Topic: Apple App Store Contract
- Replies: 8
- Views: 6927
Re: Apple App Store Contract
I've never done anything for exports except with crypto [...] Exactly this is what I mean. You don't even need to use encryption in your app, it is only necessary to link to a system library which includes encryption. This means all cordova apps are always involved, as they use the webview which is ...
- Sat May 13, 2017 2:28 pm
- Forum: General Discussion
- Topic: Apple App Store Contract
- Replies: 8
- Views: 6927
Re: Apple App Store Contract
Developing apps in general is very expensive, even if you want to make them freely available. Problems which will cost you money:
If you want to publish it outside the USA: you need either a good knowledge about US export restrictions or an lawyer to fill out everything they need and to do the ...
If you want to publish it outside the USA: you need either a good knowledge about US export restrictions or an lawyer to fill out everything they need and to do the ...
- Thu May 11, 2017 12:57 pm
- Forum: Coding Questions
- Topic: Android and iOS
- Replies: 8
- Views: 6461
Re: Android and iOS
Yes, it creates a standard application. It's still javascript based run into a container (hybrid application). End users can't tell the difference, and with SB 2.10, the app size is very low. I wouldn't call it native though. And you can usually tell the difference by the style etc. of the ...
- Mon May 08, 2017 5:46 pm
- Forum: Feature Requests and Wishlists
- Topic: Native 3D support like three.js or something similar
- Replies: 10
- Views: 11182
Re: Native 3D support like three.js or something similar
How about OGRE? We've got OGRE in PureBasic, why not in SpiderBasic?
Vulkan can basically do what next-gen AAA game engines can do but at like 30% of the footprint in some cases.. Vulkan is a renderer, not a game engine. AAA game engines use at least one of DirectX, OpenGL or Vulkan. The most ...
Vulkan can basically do what next-gen AAA game engines can do but at like 30% of the footprint in some cases.. Vulkan is a renderer, not a game engine. AAA game engines use at least one of DirectX, OpenGL or Vulkan. The most ...
- Mon Jan 30, 2017 10:50 am
- Forum: Coding Questions
- Topic: stupid issue with callback argument
- Replies: 2
- Views: 3619
Re: stupid issue with callback argument
The result of the procedure could be a callback function pointer. Thats why one cannot check this.
- Sun Dec 11, 2016 9:44 am
- Forum: Tricks 'n' Tips
- Topic: How to sign a release APK
- Replies: 20
- Views: 105540
Re: How to sign a release APK
If you sign it with the same certificate every time it should work. Only if you switch between release and debug certificates it will ask you to uninstall it first. At least thats how it is when developing android apps with the sdk. Usually ALL apks are signed, even the debug builds. However the IDE ...
- Sat Dec 10, 2016 3:50 pm
- Forum: Coding Questions
- Topic: Arduino and Serial port communcation
- Replies: 4
- Views: 5701
Re: Arduino and Serial port communcation
It is possible through webusb (not recommended):
https://wicg.github.io/webusb/
https://github.com/webusb/arduino/
https://wicg.github.io/webusb/
https://github.com/webusb/arduino/
- Sat Nov 26, 2016 7:04 pm
- Forum: General Discussion
- Topic: IRC Channel
- Replies: 0
- Views: 2836
IRC Channel
Hello,
As we already have an IRC channel for PureBasic on Freenode, I've registered the IRC channel for SpiderBasic:
irc.freenode.net:6667
#spiderbasic
[Fred/SB team: if you want to be channel owner, you have to come online first
but please not at night]
As we already have an IRC channel for PureBasic on Freenode, I've registered the IRC channel for SpiderBasic:
irc.freenode.net:6667
#spiderbasic
[Fred/SB team: if you want to be channel owner, you have to come online first

- Fri Nov 25, 2016 3:52 pm
- Forum: Coding Questions
- Topic: Images are blurry on Retina display
- Replies: 1
- Views: 3099
Re: Images are blurry on Retina display
Hello,
Is there any solution to make images more sharp on Retina display (or any HiDPI display)?
There is Retina.js for JavaScript but I think it's too complicate to use it from SB.
On the left screenshot from normal display and on the right Retina screenshot of the same icon (which is double ...
Is there any solution to make images more sharp on Retina display (or any HiDPI display)?
There is Retina.js for JavaScript but I think it's too complicate to use it from SB.
On the left screenshot from normal display and on the right Retina screenshot of the same icon (which is double ...