I'm trying to schedule push notifications for a particular time using the notification hub. I have an Azure Mobile Service set up that receives HTTP requests and then schedules notifications. I'm trying to useWindowsAzure.ServiceBus version 2.4.3 that has support for NotificationHubClient.ScheduleNotificationAsync and NotificationHubClient.CancelNotificationAsync but when I publish my mobile service to Azure, I get an error in the logs saying:
Found conflicts between different versions of the same dependent assembly 'Microsoft.ServiceBus': 2.3.0.0, 2.4.0.0. Please change your project to use version '2.3.0.0' which is the one currently supported by the hosting environment.
Is it possible to use ServiceBus version 2.4.3 with the mobile service? I need support for cancelling notifications which doesn't seem to be supported in version 2.3.4.