
Featured
-
Error message upon submitting quiz
I have a WordPress Quiz Master Next Plugin set up
by vipul.srivastava -
403 Error Unable to load the HTML Page
Hi, I have a issue in trying to access a page o
by gaurav.singh -
URL rewriting using .htaccess
Hi, I was trying to rewrite a URL in .htaccess
by gaurav.singh -
How to identify the network usage of your particular application in android?
Hello Tech Nerds, I have created an app for And
by sachin.joshi -
How to included a timer on a web page
hello all, I want to include a timer on a web pag
by manish.joshi
Tags
Could not inspect the application package when using device
Could not inspect the application package when using device
Local Push Notification
Hi All,
I need to do the below requirement in my app.
When app is in background, call a webservice. This service will have an XML response containing new features of the app.
If there is some response, show it as a notification to the ...
Reading large files from NSInputstream is not working in ios
I am trying to read large Image file more than 300KB from NSInputStream. But i'm getting only upto 300KB. Other data are missing. Could you please help me if you know. i'm waiting for your valuable answer. I mentioned my code below : Call this re...
Basic Authorisation with back slash \ in username using Objective C
I have to use basic authorisation in my https request. I am using the following code :
NSString *authStr = [NSString stringWithFormat:@"%@:%@", @"p5\test", @"password"];
NSData *authData = [authStr dataUsingEncoding:NSUTF8StringEncoding];
NS...
How to improve my app using TimeProfiler?
I am using TimeProfiler for the first time. And I have read RayWanderlich's blog to get understanding of TimeProfiler.
How I can improve the performance in my app. I am showing the screenshots from the TimeProfiler that might help in analysing...