I have a json that is coming from the back end with DRM data. Like below:
{
"maxPlayerSizePercentage": 100,
"drm": {
"fairplay": "https://somefairplayprotectedlink/api/licenses/CECAC80C-A71D-45CE-A0FB-6AD98C6262F6",
"fairplayCertificate": "https://somefairplayprotectedlink/fairplay.cer"
}
}
In the documentation of Apple for FairPlay there is no mention about .cer
field and how to use it. I also found this but didn't really explain anything about those two fields. Can someone please help me to understand how can I use those fields for my player ?
With these fields that are coming from a third party backned should I still obtain a key from apple?