IOS rejection because a web page inan app contains a dial href -


this error:

specifically, when user presses police button or phone button on bottom menu no further action produced. also, "call city hall" option resolves blank screen.

is there sniffer can code in allow app browser know difference between phone capable (dial capable) , not dial capable devices?

yup, need check if device can open "tel" urls:

[[uiapplication sharedapplication] canopenurl:[nsurl urlwithstring:@"tel://"]]; 

Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -