Tagged Questions
-1
votes
0answers
27 views
Upload video to AWS S3 through ios App
I am new to AWS.From the Sample code provided by AWS I know how to upload an image file to S3 server.But now my requirement is to upload a video file to S3 Server. Plz help as im stuck with ...
0
votes
0answers
48 views
AWS S3 Transfer Manager hangs at 32kb
I've got a weird issue using the AWS S3TransferManager in iOS. My putObjectRequests seem to hang at 32kb when I use short-term credentials to send them. Here's how my app is setup:
I've got a model ...
0
votes
0answers
13 views
ElasticBeanstalk Token Vending on iOS
I am having trouble with the anonymous vending machine hosting on elastic beanstalk. The situation is that I'm using the code that AWS provides for iOS, but getting 500s back for the crypto generated ...
-1
votes
2answers
31 views
Amazon S3 (AWS ) NSMutableData
I have a project related on Amazon S3 DOWNLOADING big file sizes above 50MB. It stops without error and I chunk the file into smaller memory due to it's large data file size and download it ...
0
votes
1answer
53 views
Update File Name on Amazon S3 with IOS
I know there is no folder or directory concept on Amazon S3, but I want to update or delete a folder according to my app's users needs.
To Delete folder I guess I have to delete all the files one by ...
0
votes
1answer
36 views
DynamoDB: Decrement/Subtract a key/value
I have a key of type Number in a DynamoDB table. I set action as ADD to add a value to the existing value.
DynamoDBAttributeValue *attr =
[[[DynamoDBAttributeValue alloc] ...
-3
votes
0answers
42 views
Can any suggest me a best ebook or tutorial for Amazon Web services for iPhone [closed]
Hi Every one im new to AWS .I have a free tier membership at Amazon web services.But i couldnt find proper tutorials or ebook for how to Create an Iphone application with AWS services.
please ...
0
votes
0answers
69 views
Memory Issues with the AWS IOS SDK while Multipart Upload from iOS Devices
I am using S3UploadPartRequest to upload videos to S3 from iOS devices. I'd be uploading videos of size 3-70 MB using Asynchronous Multipart Requests.
I'm Setting the Data of the S3UploadPartRequest ...
0
votes
0answers
42 views
Cancel s3 upload operation - IOS [closed]
How can I cancel my s3 upload operation in IOS. When App goes to background I've to forcefully cancel my upload process after 10 minutes or else my app gets killed my OS rt? ANy idea?
Thanks in ...
0
votes
2answers
80 views
iOS AWS S3 implementation tutorial
I'm looking to implement Amazon Web S3 service in one of my iPhone apps, but I was wondering if anyone knows where I can find a tutorial or some example code of how to implement the SDK on the iPhone. ...
0
votes
0answers
26 views
Setting SNS DeliveryPolicy aws using ios SDK
Can anyone please tell me what am I doing wrong? I am using the SNS!
SNSSetSubscriptionAttributesRequest *snsSetSubscriptionAttributesRequest = [[SNSSetSubscriptionAttributesRequest alloc] ...
1
vote
1answer
65 views
DynamoDB: The attempted filter operation is not supported for the provided filter argument count
I am working with the iOS SDK with the Amazon Web Services
I am trying to make a scan request with code below:
DynamoDBScanRequest *request = [[DynamoDBScanRequest alloc] ...
0
votes
0answers
76 views
amazon s3 slow streaming with presignedurl
Im having an issue with streaming speeds from amazon s3 on ios.
I am using the getPreSignedURL api call to get the new auth url and setting the content url of MPMoviePlayerController to this new url. ...
-1
votes
4answers
223 views
iPhone app storage growing [closed]
I had a quick search for this but unfortunately couldn't find any answer.
My iPhone app is still underdevelopment. I just noticed from my iPhone's Settings->General->Usage, that this app is taking ...
1
vote
0answers
102 views
How to get Token Vending Machine URL for DynamoDB AWS, iOS?
I have registered for Amazon DynamoDB. But I did not find how to get TVM(Token Vending Machine) URL.
While doing research for this, I got the link : http://aws.amazon.com/code/7351543942956566 which ...
1
vote
3answers
103 views
Globally unique random name for Images
I am trying to write code for generating globally unique name for images that are to be uploaded by users from iOS app to server. The names should be randomly generated and should be unique so that ...
0
votes
2answers
80 views
What Amazon Service for an iOS app (db+REST webservices) [closed]
I would make a mobile applications that interact with a REST WebService and then with a remote database.
I can't estimate how many users could I've after several time so I would to make a scalable ...
3
votes
1answer
338 views
AWS S3 Upload image to Bucket iOS app
I am new to AWS and using it for iOS app.
I'm trying to upload images from my iOS app to bucket named, "img.haraj.com.sa". When I upload any image, they aren't shown in bucket. But when I change the ...
-1
votes
1answer
82 views
Force update Amazon CloudFront on iOS
I am using Amazon S3 in conjunction with Amazon CloudFront, basically in my app I have a method to update an S3 object, basically I get the S3 object using CloudFront, I make a change to the data and ...
-1
votes
1answer
61 views
Upload Multiple object to amazon s3
I have multiple instagram url and i am converting it to Nsdata.I have also number of images of iphone, and i am also converting iphone images to Nsdata. How should i pass this Nsdata to Amazone s3 in ...
0
votes
1answer
35 views
Add a Rule to S3BucketLifecycleConfiguration
I am trying to set a new expiration date in days for my bucket, however I am having a hard time adding the rule to the bucket. This is what I got far:
S3BucketLifecycleConfigurationRule *testRule ...
0
votes
1answer
48 views
any other iphone SDK for make order with image to amazon market place
I am working in iPhone application, Using Amazon MWS scratchpad, How can make order with image using any Amazon API Section . Is it possible to do that?
Thanks in Advance
-1
votes
2answers
86 views
I unable to use Amazon web services s3 uploader in iphone sdk
I have developed a app for using aws services, but i could not.I have "access key" and "secret key".But when go for s3 uploader i found error "No such bucket" and you are not sing up. I think , when i ...
1
vote
1answer
154 views
2
votes
2answers
115 views
Implementing a sync feature similar to Evernote
The type of content isn't really important for this question, but let's just say I wanted to implement a (native mobile) shopping list app that allowed multiple users to collaborate on a shared list.
...
1
vote
1answer
140 views
AWS iOS SDK Delegate Method Not Getting Called
I am using Amazon SimpleDB for select queries, and I am trying to use the AWS AmazonServiceRequestDelegate, here are the delegate methods (I have conformed in .h BTW):
- ...
1
vote
0answers
80 views
How can I generate the “AWS Authentication String” to send a POST to CloudFront from iOS?
I want to use the CloudFront API to POST an invalidation request (http://docs.aws.amazon.com/AmazonCloudFront/latest/APIReference/CreateInvalidation.html).
The request should look like this:
POST ...
2
votes
1answer
315 views
Cloud storage options with iOS
I'm trying to create a back-end in which I can have many users communicate with each other amongst an iPhone app I'm creating. I've tried working with Core Data, Google App Engine, Google Cloud ...
5
votes
2answers
166 views
Stream videos from amazon to iOS devices
I store my videos in Amazon S3 bucket and stream them to my website using Cloudfront.
Everything works fine but now I also have an iPad app for my website and I want to stream the same videos to my ...
0
votes
2answers
55 views
Why is my AmazonCredentials object invalid?
I'm testing out backing Core Data onto DynamoDB and I have implemented AWSPersistenceDynamoDBIncrementalStoreDelegate on my app delegate, with the pertinent credentials method implemented as such:
- ...
0
votes
1answer
68 views
Removing Elastic Load Balancing results in DNS errors
I have a live iOS app that uses Amazon Web Services (AWS). I have successfully set up the Token Vending Machine (TVM) according to Amazon's instructions and the app works with AWS flawlessly.
...
2
votes
1answer
220 views
How should I architect Amazon Web Services for my app?
I am planning a social-networking app I am about to develop. I already have experience in using many AWS services, which are: SES, SimpleDB, DynamoDB, CloudFront and S3. I am open to learning more any ...
0
votes
2answers
48 views
System architecture advice for a dual interface online/mobile marketplace
My startup is building an online/mobile labor marketplace where there will be a business interface for businesses posting jobs and we distribute these jobs through a mobile interface for users. We use ...
1
vote
1answer
209 views
Amazon S3 uploadPart returning null
I am trying to use Amazon S3 SDK to upload a large file in parts to S3 server. I have the following code:
-(void)multipartUpload:(NSData*)dataToUpload inBucket:(NSString*)bucket forKey:(NSString*)key
...
0
votes
2answers
251 views
Amazon Web Services/Google Cloud for iOS application [closed]
I'm trying to setup a database for an iOS app I'm building to be used amongst a lot of users. I've been looking into the services that Google Cloud & AWS offers, and I'm having difficulty figuring ...
0
votes
1answer
43 views
identifying type of data in tableview
I have a table view in which data is loaded from a web service. The web service has 4 dictionaries each containing a different format of data. Dict 1 has a text data(row 1 of table), dict 2 has image ...
16
votes
0answers
750 views
Amazon CloudFront Signed URL “Access Denied” [closed]
I have an iOS app where I upload objects to an Amazon S3 bucket and want to retrieve from CloudFront distribution.
I am using CloudFront with private distributions for my Amazon S3 bucket and when I ...
0
votes
1answer
152 views
Endpoint questions with CloudFront & S3
I am creating an iOS app with S3 currently without distributions (CloudFront) as a test before I divulge into creating a full pledged app. In the S3 Management Console, I have made my bucket in ...
0
votes
1answer
104 views
DynamoDB - Item Not Uploading
I am new to DynamoDB and I want to use it to store key strings that I will match with S3 objects. Here is my code to upload a string:
AmazonCredentials *amazonCreds = [[AmazonCredentials alloc] ...
1
vote
3answers
417 views
iOS - Amazon S3 Slow Download
I am creating an iOS app that allows users to write lets say a status update and people can comment on it, like it, interact with it in multiple ways, basically the status update has multiple ...
1
vote
0answers
231 views
Amazon S3 multipart uploading iOS- Exception Handling
I am having an application where i am uploading large videos to S3 bucket by multipart upload.
While i have been able to successfully upload videos in excess of 1 GB to bucket, i m presently stuck ...
0
votes
4answers
145 views
Amazon web services issue. Should I pay for the web services? [closed]
I'm new in iOS development, and I faced an issue with amazon.
I wanna gain information about amazon products with amazon web servises. I wanna enter the keyword and get information about proper ...
0
votes
1answer
364 views
Amazon DynamoDB ProvisionedThroughputExceededException (iOS SDK)
I am using DynamoDB. I do scan operations from the app. Everything works perfect. After sometime, the response is coming as nil. But I am not receiving any exceptions. I enabled verbose logging using,
...
1
vote
1answer
201 views
Amazon Dynamo DB - Scan & Update table records - iOS SDK
Is there an option to scan & update a record in a DynamoDB table using a single API. Consider I have list of items in a Items table, with the fields (ItemID, ItemName, ItemAssigned). ItemID is the ...
0
votes
1answer
111 views
Using custom cname for uploads with aws ios sdk
We're using the aws ios sdk to upload media to s3 but would like to use a different hostname (eg I'd like to cname up.ourdomain.com -> s3.amazonaws.com). Does anyone know if thats possible without too ...
2
votes
1answer
208 views
Amazon DynamoDB Provisioned Throughput (iOS SDK)
I am new to DynamoDB. I am very much confused about provisioned throughput. I am creating a iPhone game in which the users can chat within the game. I am having a Chat table. The Chat table contains ...
0
votes
1answer
127 views
iOS AWS DynamoDB can't run a request
I've been struggling with connecting to the AWS DynamoDB with my iOS app. I am frustrated with the lack of tutorials/documentation on the DynamoDB (I guess it is still fairly new). But I ahve been ...
1
vote
1answer
142 views
Xcode: Linking and compiling with 3rd party framework
In a nutshell
In order to compile and link my C++ iOS code with Amazon AWS SDK I had to modify the structure of the AWS framework directory. I'm trying to understand what I did incorrectly.
In ...
1
vote
2answers
516 views
DynamoDB auto incremented ID & server time (iOS SDK)
Is there an option in DynammoDB to store auto incremented ID as primary key in tables? I also need to store the server time in tables as the "created at" fields (eg., user create at). But I don't find ...
0
votes
2answers
493 views
How to get row count from DynamoDB (iOS & PHP)?
I need help with querying a DynamoDB table to get the count of rows.
Consider, I have a table "Users" with three fields, "UserName", "Password" and "UserType". UserType can be "Admin", "Employee" or ...



