TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why are websites so insistent on you using their mobile app?

7 pointsby arduinomancerover 2 years ago
For example both Reddit&#x2F;Twitter have big annoying reminders to use the mobile app<p>What is it about using a mobile app vs. mobile website that is so beneficial for a company?

6 comments

hamburglarover 2 years ago
Tracking is the big one, but depending on the app, there <i>can</i> be performance-related reasons. If your app is graphics&#x2F;multimedia heavy and you want the interactions to be seamless and fluid, you really want to be in control of all the threads and resource loading and can&#x27;t trust a browser&#x2F;JS-engine not to glitch your buttery-smooth transitions and animations. Or at least, you&#x27;ll spend a lot more work trying to get it to acceptable. Lots of people wouldn&#x27;t care about this, but I&#x27;ve worked for some folks who are absolutely rabid about perfecting the UX and sometimes, native is the best choice for that.<p>Edit: but for real, it&#x27;s the tracking almost always.
phillipseamoreover 2 years ago
They have more control with apps and it allows for much more invasive tracking than any browser, including cross-app tracking and persistent unique identifiers.
guldover 2 years ago
Most Apps can make sure you have to view ads, because there are no simple ad-blocking solutions on native, and apps can use additional income methods such as micro transactions or similar.
评论 #33601849 未加载
评论 #33603654 未加载
muddi900over 2 years ago
Mobile Notifications, better controls. Also native code means better performance.<p>Also nobody uninstalls apps, so you have access to notifications permanently. It is the only unhindered marketing channel, especially on iOS&#x2F;iPadOS.
cipher129over 2 years ago
User retention is much better on apps -- if someone hasn&#x27;t engaged with your app in a while, the app can send a notification&#x2F;has more avenues for re-engaging the user compared to a website.
bediger4000over 2 years ago
So they can serve you more ads that they get paid for directly.