I want to test if the manner in which i have handled the channelUri changes works fine. I have used the channelUriUpdated method to make note of any changes.
Trouble is i am not sure when this method will get invoked during the normal course of usage. Is there any way to generate such events for testing purposes? I dont want to submit my app without being sure that it is working fine in this condition.
Also it seems that the ChannelUri is valid for around 30 days. I cant wait that long to test this one use-case scenario. Surely there has to be a better way to test it.
Thanks!