Posts

Post not yet marked as solved
199 Views

Since iOS 14, for some users, our app is not localized anymore

Hello, For some rare users, our app is only available in English, no matter what settings they used for their language (general settings and app settings). It seems to be for some random users, and we cannot reproduce it. We never had this issue before (the app is localized in 12 languages) We would love to have a clue or advice on this! Thanks
Asked
by SebC99.
Last updated
.
Post not yet marked as solved
146 Views

Location owner authorization

In the videos of the App Store Connect advanced app clips configuration, we can select "not authorized by the location owner". What would this implies for the app clip behavior? What would be the differences for app clips that are directly authorized by the location owner, and app clips made by the community without a specific authorization of the real owner? Thanks
Asked
by SebC99.
Last updated
.
Post not yet marked as solved
296 Views

MapkitJS Search with autocomplete results give wrong results

Hello,For many autocomplete searches with mapkitJS SDK, when the user select one of the entries and we launch the mapkit search with the selected autocomplete result, the info returned by mapkitJS are completely wrong.As an example:- autocomplete search for "flor london"- use the "1 Bedale Street, London, SE1 9AL, England" result to start the standard search- the result will be Fort Lauderdale-Hollywood International Airport in Florida ....An easy way to test this is to execute:(new mapkit.Search()).autocomplete("flor london", function(err, res) { console.log(res.results); (new mapkit.Search()).search(res.results[0], function (err, res) { console.log(res); }) }, {region: mapkit.maps[0].region})
Asked
by SebC99.
Last updated
.