AppsFlyerSDK / appsflyer-unity-plugin

AppsFlyer Unity Plugin
MIT License
156 stars 64 forks source link

Installation doc references package registry that no longer exists #144

Closed trdillon closed 2 years ago

trdillon commented 2 years ago

The installation doc for the UPM package instructs the user to add the Game Package Registry by Google to their package manifest:

  1. Add Google game package registery fpr the external dependency Manager.

    "scopedRegistries": [
    {
      "name": "Game Package Registry by Google",
      "url": "https://unityregistry-pa.googleapis.com",
      "scopes": [
        "com.google"
      ]
    }
    ]

This registry no longer exists due to changes in the Unity TOS that made some or all of the packages non-compliant.

Google offers their UPM packages in the following archive now: https://developers.google.com/unity/archive

af-margot commented 2 years ago

Thank you for the input, we will investigate the issue!

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 2 years ago

This issue was closed because it has been inactive for 14 days since being marked as stale.