If OnBackButtonPressed() isn't getting called, it's possible that the callback isn't being setup successfully in the Awake() method. You could try changing Awake() to Start().