BranchMetrics / sdk-release

TUNE iOS, Android, and Windows native SDKs
https://developers.tune.com/sdk/quick-starts/
GNU General Public License v3.0
56 stars 46 forks source link

Change access level of classes to public #13

Closed weima-sage closed 8 years ago

weima-sage commented 8 years ago

When compiling MobilAppTrakerBindingAndriod solution in Xamarin, I was getting the following errors:

~/work/mat-tracking/xamarin-plugin/android/MobileAppTrackerBindingAndroid/MobileAppTrackerBindingAndroid/obj/Release/generated/src/Com.Tune.Crosspromo.TuneAdActivity.cs(38,38): Error CS0234: The type or namespace name TuneAdView' does not exist in the namespaceCom.Tune.Crosspromo'. Are you missing an assembly reference? (CS0234) (MobileAppTrackerBindingAndroid)

~/work/mat-tracking/xamarin-plugin/android/MobileAppTrackerBindingAndroid/MobileAppTrackerBindingAndroid/obj/Release/generated/src/Com.Tune.Crosspromo.TuneAdActivity.cs(41,41): Error CS0234: The type or namespace name TuneCloseButton' does not exist in the namespaceCom.Tune.Crosspromo'. Are you missing an assembly reference? (CS0234) (MobileAppTrackerBindingAndroid)

~/work/mat-tracking/xamarin-plugin/android/MobileAppTrackerBindingAndroid/MobileAppTrackerBindingAndroid/obj/Release/generated/src/Com.Tune.Crosspromo.TuneAdActivity.cs(41,41): Error CS0234: The type or namespace name TuneAdUtils' does not exist in the namespaceCom.Tune.Crosspromo'. Are you missing an assembly reference? (CS0234) (MobileAppTrackerBindingAndroid)

I have found out that the missing classes did not have public access and that caused error in Xamarin.