Martin Blampied
Martin Blampied
Thanks. Think this problem is being caused due to using UIView instead of UITableViewHeaderFooterView. Will try to get a fix committed this week.
Will test with AFNetworking when I get time, meanwhile the below native code works: ``` NSURL *url = [NSURL URLWithString:@"http://lmsotfy.com/so.png"]; NSData *data = [NSData dataWithContentsOfURL:url]; UIImage *image = [UIImage imageWithData:data];...
@muhao yes siri uses nuance
Something that caught me out was I also needed to clear cache after adding ``` ``` Edit: This actually didn't fix it.
@czlatea Doesn't work for me; tried both and just Authentication in both Client and Server projects using .net 8
Anyone find a work around?
@tschoffelen I had mailto in my plist but still have the same issue. I also added file as per the error message but that didn't fix. Appears to be something...
@AndreiBehel - sorry for late reply. That worked thanks 👍