Click here to Skip to main content
Page 1 of 4
Page Size: 10 · 25 · 50


Tag filtered by:  iOS [x]
Answer 13 May 2013   license: CPOL
Try:DELETE FROM MyTable WHERE regno=1See also: http://www.sqlite.org/lang_delete.html[^]
Question 13 May 2013   license: CPOL
#import "DBManager.h"static DBManager *sharedInstance = nil;static sqlite3 *database = nil;static sqlite3_stmt *statement = nil;@implementation DBManager+(DBManager*)getSharedInstance{ if (!sharedInstance) { sharedInstance = [[super allocWithZone:NULL]init]; ...
Article 10 May 2013   license: CPOL
Tutorial showing how to build an iOS or Android app using Azure Mobile Services with HTML5 and JavaScript in Visual Studio.
Question 9 May 2013   license: CPOL
: Could not successfully update network info during initialization.设备报上面那种错误,求指导:现象:模拟器安装app,一切ok;用xcode连接ios设备,run安装,一切ok;用xcode打包ipa,用设备安装,结果app种所有网络请求相关操作无反应,报上面的错误;
Answer 9 May 2013   license: CPOL
Maybe this two part tutorial is helpful: Apple Push Notification Services Tutorial: Part 1/2[^] Apple Push Notification Services Tutorial: Part 2/2[^]
Question 9 May 2013   license: CPOL
What is a push notification and simple example code for it ? plz
Article 8 May 2013   license: CPOL
Learning Windows Azure for our family-based mobile development company
Question 2 May 2013   license: CPOL
Hi,I'm trying to connect an Apple IPad 3 to an Exchange User using Exchange 2003 ActiveSync. I've followed this tutorial to do so:Exchange 2003 and Activesync Configuration and TroubleshootingMy setup is on an internal network used for testing and does not have access to the net. This...
Tip/Trick 2 May 2013   license: CPOL
New Windows Azure Mobile Services iOS Samples Available
Question 27 Apr 2013   license: CPOL
Hello,I need to develop an Server - Client application that should do the following things :1) Every Client should be able to create , edit or delete some documents(this part is done). After a change is done ( create,edit,delete) there must be a kind of synchronization between the...
Question 22 Apr 2013   license: CPOL
I'm trying to find a native code scanner SDK for my app to improve its performance. We're using Zebra Crossing. Any suggestions?
iOS
Question 20 Apr 2013   license: CPOL
Hi, I have a movieclip named MYMOVIE1 and I want to save it as Image (any Format) to a folder named MyTestApp in the SD storage using ActionScript 3? {AIR for ANDROID}And please tell me if the same way work for iOS... Thanks
Question 10 Apr 2013   license: CPOL
Hi All,I have an iPhone application , which is working fine on iPhone device.recently i got an iPad , but I am not able to execute application on iPAD!!! --> I have registered the device to apple development center --> I am not able to add the provisioning certificate for the iPad...
Technical Blog 6 Apr 2013   license: CPOL
PCL targets for Mono / MonoGame projects.
Question 4 Apr 2013   license: CPOL
Hi, I am a iOS app developer. There is one thing I have been wondering how to do. This is how do I add twitter feed into a xcode project. I have been searching for three weeks and everything I have done has been in iOS 5 or earlier. Does anyone have an idea where I can learn this for xcode 4.6?
Question 14 Mar 2013   license: CPOL
I'm fairly new to iOS development and it's dauting enough to learn Objective-C without having this much issues server side as well.Basically, my app connects to a WCF web-service over an untrusted network (i.e. the internet), the data being exposed by my web service calls are of a rather...
Catalog 7 Mar 2013   license: Commercial
XFINIUM.PDF library is a .NET/Mono library for cross-platform PDF development. Code written for XFINIUM.PDF can be compiled on all supported platforms without changes. The library features a wide range of capabilities, for both beginers and advanced PDF developers.
Article 28 Feb 2013   license: CPOL
Resources for iOS Developers to Create Windows Apps
Question 28 Feb 2013   license: CPOL
Hi everyone,You might think, not again such a question where are already thousands of topics about..However, I've not been capable of finding the answer i needed to fix this problem.None of these topics go as deep as the Keychain.When i'm trying to deploy my app to an iPhone, i'm...
Question 21 Feb 2013   license: CPOL
To my API hosted in windows azure am sending json data containing special chars from IOS. Json am sending is valid but at API side json is missing braces and Square brackets.from Poster am getting a valid response from API. but from my I phone app its getting error as invalid json. Its not...
Answer 12 Feb 2013   license: CPOL
You have to set execute permission to MoonAPNS.dll
iOS
Answer 12 Feb 2013   license: CPOL
You can use an NSLocalNotification to send an alert to your app at a specific time.However, the only thing you can do in response to that is alert the user -- you can't actually send an SMS or anything else. The user then has the option of opening your program (at which point you could...
Answer 11 Feb 2013   license: CPOL
I have resolved issue by myself.When you start Eclipse with Worklight Studio, an embedded application server is started automatically to host a Worklight Server instance for your adapters and apps.This internal server uses port 8080 by default.If port 8080 is occupied by another...
Question 11 Feb 2013   license: CPOL
Worklight server is not running it gives following error:Port 8080 required by HTTP Preview at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change...
Answer 10 Feb 2013   license: CPOL
Start here: https://developer.apple.com/devcenter/ios/index.action[^], where you'll find any needful information, including: guides, technical blogs, sample codes, etc.
Question 10 Feb 2013   license: CPOL
How to Make mail application for ios how and what i need to know I am new in IOS dev.
Question 10 Feb 2013   license: CPOL
In my application i'm getting logged in user's friend list by using graph api, and i have getting all friends id's and names. My question is that by using these details how can i get his friends list in my app?.
Question 1 Feb 2013   license: CPOL
Hello,I am developing one product in which I am analyzing Gmail account, there is one feature in which I need to identify that, is particular message is sent from Gmail desktop client (from gmail.com) or from iPhone or and other client. So please help me to work out that how can I identify...
Question 29 Jan 2013   license: CPOL
Hi! I have my own algorithms and classes for image recognition. I need API and some kind of description of them (how to work with, how it must be done at all) in the following - how read raw data from digital, phone camera, webcam. I founded a lot of libraries already (ffmpeg, audacity, OpenCV),...
Answer 21 Jan 2013   license: CPOL
Here, similar question asked and is marked as an answer: Convert the voice to text in iPhone[^]Answer is:In short, there are no APIs for recording phone calls or converting text to speech. You will need to create a speech recognition engine. I suspect the iPhone hardware will not be...
Question 21 Jan 2013   license: CPOL
Hi I am working in iPhone application, I want to develop speech conversion to text in objective-c.I tried my level best but i can't get any tutorial for this, please help me.How to convert speech to text?
Article 20 Jan 2013   license: CPOL
An Objective-C class that sub-classes UIViewController to enable easily implementing split views in iPad applications.
Answer 16 Jan 2013   license: CPOL
Does this help: http://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/Introduction/Introduction.html#//apple_ref/doc/uid/TP40007899[^]
Question 16 Jan 2013   license: CPOL
Hi, can anyone tell me the format of ios app url schema and help me in validating this in C# / java script.Thanks
Answer 15 Jan 2013   license: CPOL
It happens when you make a httpget request.actually by default cache is set to true .you need to use some attribute like:apply this attribute to your controller or action[OutputCache(Duration=0,NoStore=true)]here the cache duration is set to 0 and nostore property says that cached data...
Answer 15 Jan 2013   license: CPOL
This is exactly iOS6 breaking change.Safari on iOS6 will cache POSTs that have either no Cache-Control headers or even "Cache-Control: max-age=0".I also experienced with this issue and fix as follows.In your web service method, please add the following...
Answer 15 Jan 2013   license: CPOL
You can also set the following parameters in your asp.net page so that it will not get cached in the client browserResponse.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = "no-cache" :)
Answer 15 Jan 2013   license: CPOL
Have you explicitly set cache to false in ajax call?$.ajax({ url: "test.html", cache: false, success: function(data){ //some processing }});http://api.jquery.com/jQuery.ajax/[^]
Question 15 Jan 2013   license: CPOL
Hi All, i am developing an web application when i tested it on Safari browser in IOS 6 version.On every request its fetching same cache results .Is it a browser problem.If it not help me in clearing the cache in java script/J query.Thanks in advance
Answer 13 Jan 2013   license: CPOL
You better ask the author of the article in the comments and discussions below the article.using "Add a Comment or Question" here for better result.further this may help you a little-Scrolling the Document View[^]
iOS
Question 13 Jan 2013   license: CPOL
Hello,you give us some informations about "Other important methods of AutoScroller class".I use so far only this line => [AutoScroller addAutoScrollTo:scrollView]; Pls can you explain and give me some examples how can I write in my code the right lines of the other methods of...
iOS
Answer 6 Jan 2013   license: CPOL
Hi @All now problem is solved by googling it.only need to add "IIS_IUSRS" with Apple Production IOS certificate.now it is also working on Demo/Development Server.Thanks :-)JMD
Article 4 Jan 2013   license: CC (ASA 3U)
Proof of concept way for Delphi developers to go mobile development with Firemonkey framework
Question 3 Jan 2013   license: CPOL
I need to popup actionsheet above tabbar in my present viewcontroller, but it should not overlap tabbar(i need to see tabbar clearly).
iOS
Question 21 Dec 2012   license: CPOL
Hi All,i am able to send push notification from my local-host but i am not able to send push notification from my demo server to iphone device.my demo server is windows server 2008.here is my code: using (TcpClient client = new TcpClient()) { string...
Answer 17 Dec 2012   license: CPOL
Watch Gossip Girl Season 6, Episode 10 New York, I Love You XOXO Watch Here ==>> http://bit.ly/VMI6vh[^] Watch Here ==>> http://bit.ly/VMI6vh[^] Watch Here ==>> http://bit.ly/VMI6vh[^]
iOS

Page 1 of 4
1 2 3 4


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid