1,361 reputation
716
bio website techtreasure.in
location Ahmadabad, India
age 29
visits member for 3 years, 4 months
seen 4 hours ago
stats profile views 326

Having near 5 years of experience in IT industry.

sound knowledge in iPhone, iPad and iPod-touch Application development and java.


Apr
12
comment Sharekit API : Could not post on Facebook wall
@Devang hahaha... but the apps is working with fbfacebooappid so i need your to check. not your facebook credential.
Apr
11
comment Sharekit API : Could not post on Facebook wall
@Devang can you please give your credential to me so i can recheck.
Apr
10
comment How to test the Apple Push Notification from iPhone app?
stackoverflow.com/questions/1052645/… review this will give you all answer about push notification
Apr
10
comment How to sort NSArray with dictionary objects alphabetically?
@Prince kumar please write down what order you need in output.
Apr
10
comment Fire notification if new message came and read this message in iPhone
@NarendraKumar that are private API, so we can not access user mail or SMS.
Apr
10
comment Fire notification if new message came and read this message in iPhone
@NarendraKumar i know but if your application is close or in background than localnotificaiton display, in background mode how you get count of SMS. and mails and message are native app and we cant access it.
Apr
10
suggested suggested edit on tableview is crashing on clicking on cell or on scrolling in ios 5
Apr
10
comment Forcing app to launch Safari
you can up vote to comments also. 1 or 2 line answer is display as comment.
Apr
10
comment Fire notification if new message came and read this message in iPhone
you can use Push notification for this, apple is not supported background task which is more then 10 mins. form where you get SMS count.
Apr
10
comment Location services issue iPhone.?
you can your this delegate method to check user input. - (void)locationManager:(CLLocationManager *)manager didChangeAuthorizationStatus:(CLAuthorizationStatus)status following is statue value kCLAuthorizationStatusNotDetermined ,kCLAuthorizationStatusRestricted, kCLAuthorizationStatusDenied, kCLAuthorizationStatusAuthorized.
Apr
9
comment Selecting Row in UITableView not working
why you repeat question?
Apr
9
answered flowcover remove mirror from images at bottom
Apr
9
comment How to delete files from iPhone's document directory which are older more than two days
NSlog(%@,dictAtt); add this line before NSDate *d =[[NSDate date] dateByAddingTimeInterval:-86400]; this line and check what data is display.
Apr
9
answered how can i record a song which is playing with AVPlayer and an wav file at a same time?
Apr
9
comment Salesforce image download
c.ap1.content.force.com/servlet/… try this static URL by adding access token
Apr
9
comment How to delete files from iPhone's document directory which are older more than two days
@anonymous what is the issue now.
Apr
9
comment How to delete files from iPhone's document directory which are older more than two days
its OK, its for date comparison
Apr
9
answered Iphone - How to encrypt NSData with public key and decrypt with private key?
Apr
9
answered How to delete files from iPhone's document directory which are older more than two days
Apr
9
comment Salesforce image download
please print arrstring and add code here. so i can see what is store in array.