Is the AWS.net library compatible with MonoTouch?
问题 I'm working on a new app using MonoTouch and I'd like to store data in AWS. I saw there is an AWS.net library available from Amazon, but I don't know if I can use it with my MonoTouch app. Can I? 回答1: standard .NET binaries won't work, per FAQ: http://monotouch.net/FAQ (Can I use standard desktop Mono assemblies or .NET assemblies with MonoTouch?). Edited: All you need to do is rebuild the source code with Mono's C# compiler 回答2: I think the better option is to use the AWS SDK for iOS and