Where To? car navigationWe have improved automobile directions in Where To? 11.1: the ETA includes additional time for traffic, for each route alternative a traffic density information is shown and the route path displays congestions in orange or red colors.

For public transport riders, we support a number of new apps:

And finally, we delivered bug fixes and improvements in directions, “Open in Where To?” and “Suggest an edit”.

Download Where To? 11.1 for free on the App Store and consider to give us a hug with a ⭐️⭐️⭐️⭐️⭐️ rating!


AR in Where To? 11Where To? 11 is the biggest update in its history. We added a ton of new features and moved to a freemium business model (more on that later).

The new Augmented Reality (AR) view visualizes nearby locations in the live camera view, on top of reality. You can point your iPhone at the street scene and view nearby shops and services without having to read a map or list. AR in Where To? works worldwide and is not restricted to a few supported cities as in the Apple Maps app.

You can can now organize your favorite places in collections, for example for an upcoming trip. You can also import collections from KML, KMZ or GPX files and share them with friends.

Navigating to a selected place is easier than ever with Where To? 11: Along with the option to get directions from more than 60 supported third party apps, the integrated wayfinder is more prominent and now also offers public transport directions, in addition to the existing car, bike and pedestrian routing.

Being a first class citizen on iOS, Where To? 11 supports dark mode, adds context menus in various places, and improves its Siri integration by letting you install a “Search nearby” Siri shortcut. When speaking the activation phrase, Siri refines the question by asking for the category you want to search for.

Widgets in Where To? 11Where To? 11 also adds configurable home screen widgets in various types and sizes. So you can show selected or the last viewed places or categories right on your home screen.

Also new in version 11 is the share sheet extension “Open Location in Where To?”. It detects addresses in text or websites but also opens places from other apps. As an example, you can open places from travel apps such as Booking.com, OpenTable or Foursquare and save them in a collection. The Maps apps from Apple, Google, and others are supported, too. It also works for many websites with place information and text selections with addresses.

On the content level, Where To? 11 adds price ranges, home delivery options for restaurants, increases the number of locations with menus and reservation options and supports photos in reviews.

New business model

Where To? is now free to download and the standard feature set is free. A Where To? PRO subscription is available at $2.99/year (or $0.99/quarter) with a one week free trial. The subscription is required for the following premium features: AR, directions, favorites & collections and location reminders. If you’ve purchased Where To? 7.x – 10.x, we thank you for being a loyal customer and give you a free, lifetime Where To? PRO subscription automatically.

As a free download, it’s now easier than ever to give Where To? a try as an alternative for your location finding needs. Remember, we’re putting a strong focus on user privacy and don’t create any user tracking profiles. We’re not in the business to sell your data!

If you like the new features of Where To? 11, please consider showing your appreciation with a lovely rating in the App Store. Thank you so much!


The Streets 4.6 update just published on the App Store has been optimized to run on the new Macs with Apple Silicon processor. Now you can virtually travel the world right from your M1 Mac. To display the Street View panorama for any location in the Maps app, just drag & drop the pin over to Streets.

We also simplified this task on iPhone where drag & drop between apps is not an option. The new Share extension “Open Location in Streets” allows you to view a nearby panorama for any location from the Maps app or any other app allowing to share locations. We tested apps such as Yelp, Tripadvisor, booking.com and many others. In fact, you can even mark an address in Mail and share it with Streets to view nearby 360° panoramas.

Download Streets 4.6 from the App Store and please keep your ⭐️⭐️⭐️⭐️⭐️ ratings coming if you like the update!


My stance on the Apple/Epic drama: Epic deliberately broke App Store rules every developer has to follow. Why have they done that? It looks foolish to intentionally break the rules just to launch a huge campaign when faced with the foreseeable consequences.

However, they’re certainly not dumb and lose $25,000 per hour for fun. It was a well orchestrated campaign instrumenting their user base in a PR fight against Apple and suing them at the same time. They wanted to get kicked out of the App Store in order to portray themselves as the David fighting against the Goliath and have a reason to file an already prepared lawsuit. They try to compel Apple to a better deal. Certainly their timing is good since Apple is under increased scrutiny with the current App Store antitrust investigations.

As an indie dev I certainly welcome any reduction in Apple’s fees. While I do appreciate what an amazing platform Apple has created with the App Store in the last dozen years and while I do think Apple should make fair money running it, their 30% cut is no longer appropriate in my opinion.

So Epic fighting the 30% cut should be more than welcome for us indie devs? Not so fast. I’m not sure this will be the outcome of this Epic/Apple tug of war. Epic is a multi billion business and their interest is most likely not aligned with us indies. So while I hope for change, I hope there will be change that everyone benefits from, not only the big guys. Epic wants to legitimize their payment infrastructure outside of the App Store. That’s certainly not what most smaller developers want to build and operate.

Drew McCormack wrote an interesting proposal how a new App Store sales model could look like. I think it would be fair to let every commercial app pay their share for the cost of running the App Store, and not only tax App Store revenues. Currently, multi-billion dollar companies with ad-based business models pay nothing for the App Store platform while every purchase is taxed with 30%. By requesting a fair share from everyone based on download volume, the “sales tax” could be lowered substantially.

We should also not forget there are quite a few issues besides the sales model: unclear and overly broad rules, incoherent application of those rules, the lack of an independent ombudsman or panel to resolve disputes – to name just a few.

The best aspect of Epic (and others such as Facebook) picking a quarrel: There’s quite a momentum now to achieve meaningful change of the App Store. I’ll be watching closely how this will unfold.


InAppSettingsKit 3.0

The popular open source framework to easily add in-app settings to your iPhone apps has been released in version 3.0. Normally, iOS apps use the Settings.bundle resource to add app-specific settings in the Settings app. InAppSettingsKit takes advantage of the same bundle and allows you to present the same settings screen within your app. So the user has the choice where to change the settings.

But InAppSettingsKit goes one step further. It not only replicates the system settings feature set but supports a large number of additional elements and configuration options if the settings screen is displayed within the app. Many developers even remove the settings pane from the system settings and solely rely on a rich in-app settings screen.

InAppSettingsKit 3.0 comes with the following new features:

  • List Groups (great for a variable number of items such as tags or accounts)
  • Date Picker
  • Toggles with checkmarks (instead of switches)
  • Text field validation
  • Support hiding sections
  • Support of the iOS text content type (allows auto-filling the name, email address and more)

Even though InAppSettingsKit is written in Objective-C, it plays nicely with Swift. In 3.0, I added nullability annotations and using properties instead of getter methods to improve the Swift interoperability. In fact, I rewrote the sample app in Swift to show this.

TL;DR

For many form-like table view UIs, InAppSettingsKit is a great choice because it saves a ton of error-prone code. Simply configure the UI using a static plist and only add a few lines of code for interactivity such as dynamic section hiding or input field validation.

Check the GitHub page for all the details and if you like the framework, you can now sponsor my open source work to support the future development of the framework. ?


Streets 4.5

In Streets 4.5, we revised the Apple Watch app and introduced a true sphere viewer without distortion. You can now look around in all directions, not just horizontally. Either move your arm or just pan around using the finger to turn around or up and down in the panorama.

Tap the panorama once to select it (visualized with a green border) and zoom using the digital crown.

The update also includes the latest round of bug fixes.

Download the Streets 4.5 update from the App Store and if you like the update, we’d love to see a ⭐️⭐️⭐️⭐️⭐️ review!



Streets 4.2 Dark Mode panoramaStreets 4.2 Dark Mode mapJust in time for iOS 13, a new Streets update has landed. As you probably know, iOS 13 adds a system wide dark mode. Streets adopts the new look if you enable dark mode on your iPhone or iPad.

Grab the Streets 4.2 update from the App Store and if you wanna help us get out of our dark mood, enlighten us with a ⭐️⭐️⭐️⭐️⭐️ review!


The Where To? 10.9.5 update published today supports the myAudi app to send destinations to compatible Audi vehicles. myAudi is the successor of the Audi MMI connect app.

Users with a standalone Garmin navigator device supported by Garmin Smartphone Link can now send destinations to the Smartphone Link app in order to transfer them on their device.

We also redesigned the search bar and improved Voice Over support for the blind and visually impaired.

Download the Where To? 10.9.5 update from the App Store.


Where To? 10.9.4

Where To? 10.9.4 is available. The update adds more than 100 new brands such as supermarket and restaurant chains in various worldwide regions.

We also added support for public transport directions apps VRR (Rhein/Ruhr, ??) and FahrPlaner (Bremen/Niedersachsen, ??) and fixed several bugs.

Download the Where To? 10.9.4 update from the App Store.

« Newer PostsOlder Posts »

Subscribe to the FutureTap Newsletter

View previous newsletters
Consent

We will use your name and email address to provide news and offers about our apps. We will treat your information with respect. By clicking below, you agree that we may process your information in accordance with our privacy policy.