EU Digital Service Act and Unity Notifications API

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 10

  • @lemetamax
    @lemetamax 10 місяців тому +2

    Okay, now this makes sense. I've been pushing back this video, but I'm glad to finally get a chance to watch it. Well explained and didn't have me going crazy about whether or not to delay launching the game

  • @n_mckean
    @n_mckean 11 місяців тому +1

    Is there any functional limitation around this? For example, I think it best to save lastReadDate in CloudSave. I assume there is nothing stopping us querying CloudSave etc before returning the notifications to the user?

    • @MemphisGameDevs
      @MemphisGameDevs  11 місяців тому

      As far as I can tell, it's not device specific. So you don't have to display the same notifications across PC and mobile. But I'm not a lawyer or even in the EU.

  • @n_mckean
    @n_mckean 10 місяців тому

    Hi again. Other than the example that notes the properties of notification (e.g. notification.CaseId, etc) is anyone aware if there is a unique identifier for the notification? If we have multiple, how do we ensure we are noting which particular ones are 'consumed by the user?

    • @MemphisGameDevs
      @MemphisGameDevs  10 місяців тому

      Looks like notifications all have a case id and a project id. They also have a created at date which is how you can tell the last one that got read

    • @n_mckean
      @n_mckean 10 місяців тому

      @@MemphisGameDevs I just can’t find documentation to suggest whether created at it unique, I guess it should be.
      They need to publish example content.

  • @n_mckean
    @n_mckean 10 місяців тому +1

    Sorry for all the comments, but can you explain line 89? Also, is there an issue in the GetLastNotificationReadData? The first time this code runs, there is no stored date. Won't that return an empty string that can't then be Parsed to a long as it would be the wrong format?

    • @Evil0taku
      @Evil0taku 10 місяців тому

      No problem. That line doesn't actually do anything. It should have been removed. "GetLastNotificationReadDate()" makes it redundant anyways.

    • @Killits_Gaming
      @Killits_Gaming Місяць тому

      hi @n_mckean im geting the same error: Input string was not in a correct format. did u figer it out?

    • @Killits_Gaming
      @Killits_Gaming Місяць тому +1

      i fix it by taking it out of playerprefs and saveing it in my save manager that uses binary.