Skip to main content

Alpha Apps vs. App Unbundling

Aktuell wird viel über das Modell der "Alpha Apps" und "App Unbundling" gesprochen.
Hier kurz eine Übersicht und meine 5 cents:

Alpha Apps


Die chinesische App WeChat geht noch weiter: Neben einem Messenger, vergleichbar mit WhatsApp, bietet sie einen Lieferdienst à la Lieferando, die Möglichkeit etwa das eigene Konto zu checken (wie sonst bei der Bank-App) und gleichzeitig die Chance etwa Promis zu folgen, wie es Twitter bietet.

Solche Alpha-Apps können dadurch verschiedene Aspekte und Möglichkeiten des Internets verbinden und werden so zum idealen Zugangsportal zum Netz – so wie traditionell der Browser am Computer. Den Tod des Browsers bedeutet das aber noch lange nicht.

Der Browser ist tot, es lebe der Browser!
Wirtschafts Woche


App Unbundling

Unbundling steht für das Unterteilen von Apps oder verschiedener Funktionen in mehrere, eigenständige Applikationen.

Aber nicht jede Unbundling Aktion wird positiv von Usern aufgenommen. Facebook Messenger erhielt hunderte miese Bewertungen in den App Stores, denn viele User fühlen sich von Facebook grundlos gezwungen eine zusätzliche App herunterzuladen. Das Fazit: was aus strategischer Sicht Sinn macht, muss nicht unbedingt den Wünschen der Kunden entsprechen.

Google hat sein Cloud Service Drive in drei separate Apps geteilt (Docs, Tabellen und Präsentationen), die das Arbeiten mit Google Dokumenten erleichtern sollen. Eine Umstellung die sehr sinnvoll scheint, schließlich war Drive in der mobilen Version nicht unbedingt die übersichtlichste App.

Mobile Zeitgeist


My 5 cents zu Alpha Apps und App Unbundling


Etwas abweichend von dem oben zu Lesenden:
  • Ein MVP (minimal viable product) Approach hat nicht direkt etwas mit App Unbundling zu tun
  • Eher zwei andere Trends:
    • Hoch spezialisierte Apps, die dem Nutzer schnell und effizient erlauben EIN dediziertes Bedürfnis zu erfüllen, sind gefragt
      • Die Stärken von Apps sind
        • der Re-Focus auf die Kern-Funktionalität eines Dienstes
        • Optimierung auf den mobilen, persönlichen Use-Case
        • Tiefe Integration in das mobile OS und Verknüpfung mit anderen Apps
      • Wird die Gesamtfunktionalität einer App zu umfangreich, ist die Nutzung einer Funktion meist nicht mehr ideal
    • App Unbundling, wenn die evolutionäre/agile Weiterentwicklung einer App eine ausreichend große andere Funktionalität hervorgebracht hat, um diese auszukoppeln
  • Über den Prozess des App Unbundling entsteht eine "Agile App Discovery", die es ermöglich weitere Geschäftsmodelle zu bedienen und evtl. wiederum neue App-Geschäftsmodelle über die Integration von Sub-Funktionalitäten in der neuen App zu identifizieren und aufzubauen
    • Unbundled Apps dienen so auch zur Entwicklung von weiteren Kundengruppen mit jeweils spezialisierten Interessen

Comments

Most Favorite Posts

Judo App - Server Driven UI out of the box

Judo App Judo brings server-driven UI to your iOS and Android apps. Build user interfaces visually in a fraction of time and publish them instantly without submitting to the app store. Build Experiences - With No Code The Judo app for macOS, available through the App Store, is built for design professionals with common keyboard shortcuts and familiar concepts like canvas, layers and inspector panel. Workflow is streamlined with the ability to drag and drop media files directly into your experiences and manage your own Judo files in Finder. Manage Creative Execution A Judo experience is interactive and can include text, images, video and buttons. An experience may be part of a screen, a single screen, or more typically multiple linked screens. Judo supports screen transitions, carousels, horizontal scrolling and modals. Clients can add custom fonts and define global colors and these are updates applied universally. Effortlessly Deploy Judo Cloud syncs your experiences with your iOS and ...

Flip4Mac

Flip4Mac WMV Components allow you to import, export and play Windows Media video and audio files on your Mac. Flip4Mac WMV export components can be used with QuickTime Pro, Final Cut Pro, Compressor, and iMovie 06 (iMovie '08 and '09 not supported). Flip4Mac

How to link to TestFlight App in iOS

There are two things you need to do. First, check to see if TestFlight is installed. Then create a new link to your app. NSURL *customAppURL = [NSURL URLWithString:@"itms-beta://"]; if ([[UIApplication sharedApplication] canOpenURL:customAppURL]) {     // TestFlight is installed     // Special link that includes the app's Apple ID     customAppURL = [NSURL URLWithString:@"https://beta.itunes.apple.com/v1/app/978489855"];      [[UIApplication sharedApplication] openURL:customAppURL]; } This special https://beta.itunes.apple.com URL will be opened directly in TestFlight. Finally, if you are using iOS 9 (or later), you need to make an addition to your Info.plist to get the canOpenURL: method to work. If your app is linked on or after iOS 9.0, you must declare the URL schemes you want to pass to this method. Do this by using the LSApplicationQueriesSchemes array in your Xcode project’s Info.plist file. For each URL scheme you wan...
LazyPages is a highly customizable library that helps you to show a scrollable list of view controllers synchronized with an index. It is written in Swift 2.2 for iOS 8+. Like Scrollable Tabs in Android. GitHub