Question
.NET development environment provides Xamarin project which allows .NET code to run on top of a container app in both iOS and Android platforms.
Which API Key to use for .NET or .NET Core Split SDK when developing a Xamarin project?
Answer
.NET and .NET Core SDKs are designed to use SDK type API key, regardless of where the code runs or which platform.
The browser type API key is reserved for only JavaScript SDK running on browsers, iOS and Android SDKs.
Comments
1 comment
i am still not clear on this answer. Which Split SDK should i be installing for a Xamarin project considering it uses .Net Standard to convert code to different frameworks?
i tried installing Splitio .Net SDK 6.0.0 on my mac and it gave me incompatible error, same with splitio-net-core 6.0.0. could you please help what split sdk needs to be used for mobile platforms implemented using Xamarin?
Please sign in to leave a comment.