1 reputation
1
bio website
location
age
visits member for 3 months
seen Mar 2 at 7:35
stats profile views 1

Feb
15
comment Share kit 2.0 demo app not run in iphone sdk
I think, nobody have not done on share kit 2.0 .
Feb
14
awarded  Tumbleweed
Feb
7
asked Share kit 2.0 demo app not run in iphone sdk
Jan
31
comment I unable to use Amazon web services s3 uploader in iphone sdk
Thank you Bob. I think i was going on wrong direction.I am unable to access s3 console from aws website.it stop me on payement method step.SO without given credit card info, i can not use s3 uploader service.So any way to check aws services without payement or in test mode like authorized.net
Jan
30
comment I unable to use Amazon web services s3 uploader in iphone sdk
yes i have only own account.
Jan
30
comment I unable to use Amazon web services s3 uploader in iphone sdk
Thanks Brad but i am using this code to create bucket. _s3 = [[AmazonS3Client alloc] initWithAccessKey:ACCESS_KEY_ID withSecretKey:SECRET_KEY]; // Create the picture bucket. createBucketRequest = [[[S3CreateBucketRequest alloc] initWithName:[Constants pictureBucket]] autorelease]; S3CreateBucketResponse *createBucketResponse = [_s3 createBucket:createBucketRequest]; if(createBucketResponse.error != nil) { NSLog(@"Error: %@", createBucketResponse.error); } This is correct or not.
Jan
30
asked I unable to use Amazon web services s3 uploader in iphone sdk