どういうわけか、次の文字列を iOS 経由で Google Places API に送信できません。
NSString string= @"https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=%f,%f&radius=1000&sensor=true&types=restaurant|cemetery&key=<mykey>";
パイプ「|」がなくても機能します。
NSString string= @"https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=%f,%f&radius=1000&sensor=true&types=restaurant&key=<mykey>"
理由はありますか?
ブラウザを介して、両方が機能します。「|」の送り方がよくわからない 終えた。