Is AWS.net library compatible with MonoTouch?

I am working on a new application using MonoTouch and I would like to store data in AWS.

I saw that there is an AWS.net library available from Amazon, but I don't know if I can use it in my MonoTouch application. Can I?

+3
source share
4 answers

Standard .NET binaries will not work, for each FAQ: http://monotouch.net/FAQ (Can I use standard Mono builds for desktop computers or .NET assemblies using MonoTouch?).

Edited: all you have to do is rebuild the source code using the Mono C # compiler

+5
source

, - AWS SDK iOS Obj-c. , , . , , , , , SDK .NET , , , iPhone.

, github . , ?:)

+2

monotouch S3 Library, MonoDevelop MonoTouch ( System.Web.Services System.Web).

Recompiling AWS for monotouch should be really difficult due to the heavy use of System.Web and IOrderedDictionary (ThirdParty Libraries).

+2
source

I just built the AWS SDK for Monotouch / Mono for Android. I had to change some files and add some classes from the current version of Mono.

Here is the GitHub repository:

https://github.com/fr500/aws_sdk_monotouch_monodroid

This is my first attempt at this, and it works, but I do not know if my approach is correct. Any help would be appreciated

0
source

All Articles