This might be a question that gets asked quite a bit so apologies if so.
I'm building an app that needs offline capabilities. On App start I load a bunch of collections from disk. This is all fine except the first time someone opens the app they get a red error at the top because one or more of the files don't exist yet.
Most of them I can work around by evaluating Connection.Connected (which will always be true on first run) and creating the collections from SharePoint then saving them to disk, but one of the files contains data that I can't simply overwrite if the device happens to be online (I have to load it then patch the SP list with its contents)
Is there a way of suppressing these errors? The app works perfectly, and once the user has actually used the app once the files are created so the error is history, but that first run error is annoying.
Solved! Go to Solution.
User | Count |
---|---|
185 | |
123 | |
91 | |
47 | |
42 |
User | Count |
---|---|
271 | |
159 | |
132 | |
85 | |
78 |