11-12-2009 02:59 PM
Hello,
Has anyone modified the C# code (Bulk Blackberry Push) so that it will do a channel delete EVEN IF the website that the original channel was linked to no longer exists?
Long story short, we need to remove a channel from several thousand devices because it's no longer a valid site, but since the URL can't resolve it won't do the delete, and fails in the getInputPage function while trying to read the page content.
I'd rather not have to recreate the wheel if possible.
Thanks!
Thad
11-14-2009 04:13 PM
I'm not sure why the web page needs to be returned for a channel delete?
I don't know how to change the C# code, but maybe you can change the windows hosts file to point to a live webpage on the machine you're running the bulk push app on.
Just a thought, don't know if it will work.