8bit PNGs not rendering

Monkey Targets Forums/iOS/8bit PNGs not rendering

custardsquare(Posted 2011) [#1]
Hi everyone.

We've got some problems with PNGs on iOS. 32bit PNGs render fine, but 8bit PNGs just show up as fully black. We've tried exporting with several different programs, but no dice. The 8bit PNGs are working on other targets (HTML 5, and Android).

Any ideas?

EDIT:
We have resolved this. The problem was there was no alpha channel in the texture. iOS seems incapable of rendering a 8bit png with no alpha.