Wonder if you can use the web component if it were available on the iOS version. That way you could use FusionTables. We use FusionTables for our app and we find it helpful.
WebView is a supported API, but GET and POST requests can be made in Swift, so it SHOULD be able to, it depends on what they make.
No, I mean APIās like http://api.sanderjochems.nl/api.php?value=parameter&value2=parameter2
Can be done with
var request = URLRequest(url: URL(string: "http:/http://api.sanderjochems.nl/api.php?value=parameter&value2=parameter2")!)
request.httpMethod = "GET"
let session = URLSession.shared
session.dataTask(with: request) {data, response, err in
print("Entered the completionHandler")
}.resume()
so should be compatible in Thunkable
Thanks, but I think you dont understand what I mean, I have a PHP script running that get the parameters. Then it will check the data and echo the text.
Itās almost the end of March, could we please have some information when it will be launched or are there bugs that make the āwaitā time longer.
Good luck with working on the IOS version!
In the early releases, will we be able to export our android AIA files and convert them to the Apple Thunkable? That would be very nice.
@ts02 nope, you cant convert your aia files to the apple thunkable.
Well, thatās too bad. Iām sure someone will develop an extension for doing soā¦
I belive the .aix is in xml, so if the apple files are also in xml, then it should be converted
I donāt think so. There are many different functions in IOS that are different in Android. And it was already explained by the Admins.
We will see what we can do when the update is there.
Iāve just been reading over the previous comments, and whilst itās great that the Thunkable team are going to be releasing Thunkable for iPhone (or whatever name they come up with), I must re-iterate something that I mentioned before.
For any of us to get apps into the Apple App Store, weād be needing to pay $99 per year, now, I for one cannot afford that sort of fee, and Iām guessing (more like making a massive assumption) that many of you wouldnāt be able to afford that sort of fee.
So, what Iām wondering is:
-
How would we be able to publish apps?
-
Is it going to be sideloaded (if so, would that be the same as installing Cydia and jailbreaking?)
-
If anyone is willing to pay that exorbitant fee (thanks Apple), the app will have so many ads in it to pay for said fee.
Well, thatās my two cents for the day. Thanks for reading.
If any of you have anything to add, or criticise, then please do. Iām open to ideas.
Colin
There are a lot of good points there Colin, I might move this to its own topic though, because I imagine lots of people will have an opinion on this.
In fact many of you willā be eligible for free developer accounts through the University program:
Given the recent announcement of Swift Playgrounds, the proliferation of iPads in schools and Apple finally embracing open code I wouldnāt be surprised to see a similar initiative for high schools in the not too distant future.
You can legitimately side-load apps for a while now:
You can charge for your app!
Anyway, you make good points, but if anything I think that Thunkable for iOS will make developing for iPhone more accessible than it currently is and allow a huge amount of people to learn iOS developmentā that wouldnāt have had the chance before. Personally I think itās a step in the right direction. Roll on beta testing!!
What about Amazon App Store?
Its free and you should be able to put apps into the app store with ease(Iāve only tried with android apps)
You can publish APKs to the Amazon App Store for free. I have done so.
From what Iāve seen, there is no Amazon App Store for iPhone.
Sorry
Yes, that is pretty obvious. In fact, it is not possible to run apk files in iOS. Only Appleās official App Store is supported.
Oh yeah, thought this was an android thing.
Yeah. Apple is really closed, and you can only publish to their Main App Store. A jailbreak is needed to download from anything else. Thatās why Android is better lol.
is there a countdown?