Balaso-Software / app-tracking-transparency-for-unity

Later this year Apple will require your apps/games to request user's authorization in order to obtain the Identifier for Advertising (IDFA), used to optimize and maximize your Ads revenue
16 stars 1 forks source link

Error right after importing #5

Closed VaasInsanity closed 4 years ago

VaasInsanity commented 4 years ago

Got many errors right after importing the plugin Assets/Balaso Software/Runtime/AppTrackingTransparency.cs(35,24): error CS1644: Featureinterpolated strings' cannot be used because it is not part of the C# 4.0 language specification Assets/Balaso Software/Runtime/AppTrackingTransparency.cs(118,24): error CS1644: Feature interpolated strings' cannot be used because it is not part of the C# 4.0 language specification Assets/Balaso Software/Runtime/AppTrackingTransparency.cs(119,39): error CS1644: Featurenull propagating operator' cannot be used because it is not part of the C# 4.0 language specification Assets/Balaso Software/Runtime/AppTrackingTransparency.cs(142,24): error CS1644: Feature interpolated strings' cannot be used because it is not part of the C# 4.0 language specification

manelizzard commented 4 years ago

Hello,

You need to use .NET 4.x. Follow this steps: https://stackoverflow.com/a/51851721