"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

Download the new model from web server and store it instead of the old model then render it for iOS.

I write the code to render 3D models names A1.h and A2.h. After I run the xCode, I want to download A1.h(new model) from web server and store this file in my iPhone. After that the old .h file will be replaced by the new one and the new .h file will render when it is tracked.My question are:1. Is it possible to download only 3D models(.h) that I want to use and store them in iPhone, after that render them when the FrameMarker is tracked? 2. If it's possible, where and how can I put .h files in my iPhone? (without using The Unity Pro)