Is the AWS.net library compatible with MonoTouch?

前端 未结 4 1129
故里飘歌
故里飘歌 2021-01-14 06:30

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

4条回答
  •  终归单人心
    2021-01-14 06:55

    I think the better option is to use the AWS SDK for iOS and write bindings to the Obj-c library. There are examples out there of how to write bindings if you just do a search for it. It probably isn't the quick solution you were hoping for but you probably don't want to use the SDK for .NET anyway as it probably wasn't intended to be used on the iPhone.

    If you do end up writing bindings for it, please post it on github for everyone else to use. Solve once for many, right? :)

提交回复
热议问题