Good Day,
I am trying to select an item on SimpleDB using the iOS SDK. The issue is the only way I know how to do it is to use SimpleDBGetAttributesRequest to get the item name, then check the date attribute and see if it matches the one i requested.
This is definitely a horrible way to do it as I have to keep querying the entire database just for this. Is there an easy way to check the attributes rather than the name, or a way to select date?