Most active commenters
  • saubeidl(4)
  • itake(3)

←back to thread

79 points saubeidl | 12 comments | | HN request time: 0.811s | source | bottom
Show context
rekoil ◴[] No.44390818[source]

    Developers who opt for tier one will get access to a limited set of mandatory App Store services, including:
    * App distribution and delivery
    * Trust and safety features
    * App management
    [...]
    Developers who opt for tier two will get access to all services provided by the App Store today.
Am I wrong or does it seem like apps in "tier 1" won't even have access to app notification delivery? That's wild...
replies(4): >>44390912 #>>44390943 #>>44391068 #>>44392466 #
1. saubeidl ◴[] No.44391068[source]
There's is absolutely 0% chance this will fly. Apple is begging for a fine at this point, with their bad-faith malicious interpretations of the law.
replies(2): >>44391136 #>>44391280 #
2. gjsman-1000 ◴[] No.44391136[source]
You're certain the EU didn't just approve this plan?
replies(2): >>44391206 #>>44391415 #
3. saubeidl ◴[] No.44391206[source]
Our leaders are sometimes spineless, so I unfortunately can't be certain.

I am however pretty certain that said spinelessness wouldn't fly with the European public.

replies(1): >>44391682 #
4. itake ◴[] No.44391280[source]
I think this is how Android Play store currently works? If you deploy your app via another means, you get to DIY your own push infrastructure. I remember Square had to do this for their POS units that run Android, but weren't managed by the play store.
replies(3): >>44391391 #>>44391485 #>>44391608 #
5. veeti ◴[] No.44391485[source]
No, Firebase Cloud Messaging is a separate service from Play Store. As long as the device has Google Mobile Services installed the app can be installed from anywhere and doesn't need to be uploaded to Play Store.
replies(1): >>44393006 #
6. rekoil ◴[] No.44391608[source]
Which would be fair game except to my knowledge there’s no API in iOS that enables the use of anything other than APNS for notifications. I could be mistaken though!
replies(1): >>44393017 #
7. mslansn ◴[] No.44391682{3}[source]
Doesn't really matter since the European commission is not voted by us - we have no choice in the matter.
replies(1): >>44391867 #
8. saubeidl ◴[] No.44391867{4}[source]
The European commission is nominated by our elected governments.

It is as democratic as the US presidency, which is also nominated by electors.

This is a tired talking point designed to sow doubt in the European project.

replies(1): >>44391885 #
9. mslansn ◴[] No.44391885{5}[source]
Adding layers of indirection makes it less democratic. We should be able to vote for them directly.
replies(1): >>44391936 #
10. saubeidl ◴[] No.44391936{6}[source]
Sure it does.

But one layer of indirection is not crazy, that's the way any minister in any country works - or the way the US presidency does.

You can't directly elect every single official - it just doesn't scale. It also doesn't really make sense in the commissioner case as different commissioners have different portfolios and which country gets what is subject to negotiation between member states.

11. itake ◴[] No.44393006{3}[source]
Yeah that’s a big requirement. To get Google mobile services, you’re required to install Google chrome, Google play, and bunch of other bloatware.

You don’t have to load the app via Google play but your device needs to be managed by Google.

12. itake ◴[] No.44393017{3}[source]
Again, I don’t see how that is different from android.

For android, you need to buy into all the ecosystem of Google to access their push notification service.

You can use android without google’s system, but you can’t use google push system.