AppsFlyerSDK / appsflyer-unity-adrevenue-generic-connector

MIT License
7 stars 2 forks source link

Package Name Scope Recommendation #13

Closed lsw1164 closed 5 days ago

lsw1164 commented 3 weeks ago

Unity recommends the following naming convention for package names: com.{companyname}.{name}. Reference: Unity Manual: Package naming.

Currently, each package provided by Appsflyer has a separate scope, which complicates management, especially when adding new packages, as a new scope needs to be added each time.

Recommendation: To streamline the process and enhance manageability, I recommend the following package names:

This approach allows all packages under the com.appsflyer scope to be easily identified as provided by Appsflyer.

Benefits: Simplified package management Consistent naming convention in line with Unity recommendations Easier identification of Appsflyer packages within the com.appsflyer scope

Thanks.

af-vero commented 2 weeks ago

Hi @lsw1164, Thanks for your comment, noted