iOS realtime shadows?

This page says that realtime shadows aren’t supported on iOS. Real-time tools for 3D, AR, and VR development | Products
So I assume the same goes for Android.
How do you make realtime shadows on mobile devices? other than lightmapping; I am aware of that.

I read something about Projectors as a workaround. Is that a good avenue search for? Thanks much

This one works on the iPhone/Android but requires Open GL ES 2.0.

Thanks Daniel, that’s good to know. Is the render texture method you posted, also the same as “Projector” shadows?