Microsoft Azure Notification Hubs SDK Apple TV support

Erik Zuidema 21 Reputation points
2020-07-20T07:43:37.367+00:00

In the branches for v3 there is some scaffolding done for building the framework for Apple TV as well, but the latest preview doesn't support Apple TV.
https://github.com/Azure/azure-notificationhubs-ios/blob/v3-preview4/Scripts/build-tvos-framework.sh

We want to use Notification Hubs for our product that spans iOS and Apple TV and runs it whole backend on Azure.
Is there a timeline on when Apple TV will be supported, or are there any alternatives (in the meantime) e.g. like building the source code and removing the unsupported API's?

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
295 questions
0 comments No comments
{count} votes

Accepted answer
  1. Matthew Podwysocki 76 Reputation points
    2020-07-23T15:15:36.797+00:00

    Hi @ErikZuidema-1175,

    We have recently added targets and build schemes for tvOS that you can build yourself on our development branch sdk-v3. Please let us know if that works for you.


1 additional answer

Sort by: Most helpful
  1. Ryan Hill 26,866 Reputation points Microsoft Employee
    2020-07-22T16:28:43.17+00:00

    Hi @ErikZuidema-1175,

    There is work towards a refreshed iOS SDK that's currently in preview (v3.0.0). You can grab here. It should better support the multiple flavors of iOS, but nothing concrete for supporting tvOS. However, underlying notification framework between iOS and tvOS shouldn't be too dissimilar and should work, respectively. If you do run into an issue using the preview SDK, please feel free to create an issue so the team can investigate. I highly encourage this as the team eager to get feedback on the preview.

    0 comments No comments