Iphone basic with indie any games on the app store?

Hello all I recently had the urge to jump into some iphone development. I went out and spent the money on a mac and iphone etc lots of cash but hey the machine is nice. I then went out and got a developer license and sat down and learned objective c little bit of a learning curve but not horrible. I built a simple 2 d game in objective c just to cut my teeth a little on the platform. Now I am wanting to jump into some 3d stuff but I want to be productive. I grabbed the demo of unity went through some tutorials and wrote a few things of my own to get used to it, I feel fairly comfortable with it at least enough to where I think I could write something meaningful with it.

Now I am looking at possibly buying a indie and basic iphone license. Are there currently any games in the app store that have used just indie and basic as the development tools?

I don’t mind a splash screen and such but would like to buy a game or two that has used indie and basic so I can feel out the possibilities.

Yeah there are a ton,

Monospace
Astronauts
Tilt It
Vase Craze (soon)

This is what I have seen I am sure there are 5x if not more.

There’s a whole list in a sticky at the top of this forum that lists all the unity apps currently in the store.

Initially I published Bubble Bang using the indy version, but later upgraded to Advanced.

I downloaded a few games using basic and they seem acceptable for performance etc. Is there any way to do a http post or get request with basic?

I’ve just put up iplanets using indie and basic. Fairly basic as this was the limit of my abilities (hopefully, so far). It doesn’t use post or get so I’m not sure of the answer to that.

I’m pretty sure basic supports post and get, but you’ll probably want someone to verify that for certain.

Sure, the WWW class is available to both Unity iPhone licenses.

That is exactly what I needed to know, as long as I have http post and get I am golden…

Yup I use the WWW class it in my stuff for high scores, works great!