-
Notifications
You must be signed in to change notification settings - Fork 467
Crashes on load #13
Comments
What value you used for |
I had |
I should not, the error message above doesn't matter. If I delete the |
Strange. Will try to reproduce that and fix today. |
Great thanks. It looks like one of those 4 values in my build is |
Yes, something went |
Most likely, you are missing some option in application config. Maybe I will add some additional checks for |
Yes, I don't have the But yeah, crashing is much worse than giving a good error message. |
Please, look into documentation for more details. Later today I'll add some additional info in the readme, since there are questions regarding configuration files. Some sort of step-by-step manual. |
So if I'm doing a Cordova app is my content_url file://whatever_path_i_have_to_figure_out? Or is it my remote website? And how is the manifest location deduced? Same as the application config but changing the path TJ the predefined name? Sent from my iPhone
|
All configs should be stored on the server, plus - your project files ( You specify url to the application config by setting
When plugin detects changed files - it loads them from the server. Url to those files are constructed like so: |
Ok, so how do |
Usually - yes,
So, splitting them gives you a little more flexibility. |
Fixed in version 1.0.3. |
I just got your plugin working, and now my app crashes on load with this:
The text was updated successfully, but these errors were encountered: