StrictMode kills the app because Mixpanel isn't compatible (sockets have to be tagged)
Cannot start a service from application.onCreate() anymore (because it's not considered "in the foreground" yet)
Requires to upgrade to FCM to get notification, otherwise you get a message about "EnhancedIntentService" being unable to bind (probably again because services are not supposed to work in the background... but what do you do when you get a notification and you don't want to rebuild all your app?)
For now I consider v26 unusable and non-developer friendly.
Issues with v26:
application.onCreate()
anymore (because it's not considered "in the foreground" yet)For now I consider v26 unusable and non-developer friendly.