
“While today is another significant step forward in delivering on our mission, together, these new features and plans represent a bigger shift: an expanded definition of Evernote’s fundamental value,” said Ian Small, CEO of Evernote. Today’s official release of Tasks, Google Calendar integration and expanded Home capabilities as part of the company’s repackaged plans makes it easy for anyone to create the right Evernote for them – no matter what they need to get done. Since rebuilding the platform in September 2020, Evernote has delivered a steady succession of new features and product improvements, from the launch of Home in January to Tasks in Early Access in June. Notes become more actionable, deadlines and to-dos become easier to track, and important information is surfaced in a neat, organised view. The introduction of Tasks, Google Calendar in Evernote and new Home widgets to the app’s core note-taking capabilities acts as a force-multiplier, creating context for whatever needs to get done.

This is what happened to me when my code switched to use AFNetworking 2.Evernote, the productivity app that helps you remember everything and accomplish anything, today unveiled a line-up of new features and repackaged subscription plans that make it easier than ever for users to effectively manage their workflows and organise their lives. By chance this may work but there is a very high probability that the code responding in AFNetworking does not behave correctly As a result for example, when your code generates a notification you have a separate piece of code that wait for this event and respond BUT there is also a piece of code in AFNetworking which waits for the same event (based on the string value and not based on the name of the constant) and it also responds to the notification. HOWEVER, the string values assigned to the constants (which can be any string in the world you like) remained identical to the values used in AFNetworking.


In order to avoid compilation errors for people like me, you changed the names of the constants so they will not conflict with the same names used in AFNetworking. Your code started from an old branch of AFNetworking (fork from 1.x I think) and then you modified it to fit your needs. I have the regular AFNetworking being used in my code.
