"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Adding texture at runtime

I wanted to add text as a texture at runtime in my ios application. I have seen post for adding texture at runtime for android. Is it possible for ios apps too? Please help.

Have you made your image a power-of-2 size? I've found that textures only work if they are a power-of-2 (256x256, 512x512, 1024x1024, etc.) unless you set some clamping settings (the exact ones I forget at the moment).