I have created background task in similar fashion as mentioned in below link: http://msdn.microsoft.com/en-us/library/windows/apps/xaml/jj991805.aspx
Live tile is working fine with above code.
Problem : In above link. we are extracting feed from MSDN Blog but in my application, I want to access JSON file defined in my app. So overall, I want my background task to access my main app JSON file.
Can you please guide me how background task can access main app JSON file?