I'm trying to get the token of my device. Thought this:
ParseInstallation parseInstallation = new ParseInstallation();
String deviceToken = (String) parseInstallation.get("deviceToken");
would do the trick, but it doesnt, it returns null. Why?