iphone

iPhone statistics access to client

I have created a iPhone application and got successfully approved by apple. The application has been uploaded in my company's developer account. Now my client wants access to see the sales report. I cannot give him my company's developer account log in details because the account has many applications other than my client's. Is ther...

pop more than one views when back button is pressed?

Hi, I am developing an application in which I am using a login form at first screen. If the user is new he is takne to the signup form and after that he is also taken to the home page as a normal user. Now my question is "If the new user presses back btn, how can I direct him back to the login page and not to the sign-up forms and all ...

Display keyboard without animation

Looked intoUIKeyboardAnimationDurationUserInfoKey but I just can't find anywhere how to set it to a custom value. ...

Iphone + main Window + orientation problem

Hello, I have MainWindow.xib in the application. In the Interface Builder, I rotate the main window from portrait to landscape and than put few UIControls on it. Than I save it. After that when I run the application although during design time I made everything in landscape mode, it always displays things in portrait mode. Please he...

How to set diff. image in cell in table.

How to set different icon image for each cell in the UItable View. ...

iPhone Toolbar on top of a Scrollview to save UImage?

Hello all ive been looking at some tutorials on a toolbar they all are implemented through the navigation controller delegate. Is there a way i could use the toolbar without using the navigation controller? right now i have a ViewController with a Scrollview in that scrollview i have images when the user uses a touch gesture then i w...

I want to access call log of iphone can this is possible.

I want to developed a application in iphone with objective-c that is retrieve all call details That we can show incoming, outgoing and Missed call. can this is possible that we can do this. ...

can we property/synthesize to a sqlite3 *database object ?

Hi, I have code snippet, which is like this... #import <sqlite3.h> @interface DatabaseClass : NSObject { sqlite3 *database; } @property ( nonatomic, retain ) database;//////this////// @end In the implementation file; #import "DatabaseClass.h" @implementation DatabaseClass @synthesize database;//////this/////// @end My...

Open GL ES - Z order when rendering 2D sprites

Hi, I was wondering if there was a way to make OpenGL ES render a batch of quads (rendered with texture page changes) and render them in z order (or reverse). Note I don't want a ZBuffer, I just want quads rendered in order of zDepth. Now I know people will say just render them in order, well I render grouped by texture page. However ...

unable to get push notification using Urban airship push notification service?

I am testing to see if i get push notification or not.so i created a account on urabnairship.com.when i send the message it says ok we sent the message but i cannot get any message on my device.does someone knows about using urbanairship.i have iphone 3g and i've turned off 3g and airplane mode and wifi is turned on.I am getting device t...

how to find if push notification certification is wrong?

I want to know that how do i find that my push notification certificate is wrong.I am getting devicetoken on my device but doesn't getting any notification. ...

Reloading Data in a UITableView when pressing a UITabBarItem

I have a UITabBarController as part of my app delegate and I want to trap when the user touches a specific tab (the favourites) and force the table within it to reload the data. What would be best practice in this instance? I have added the UITabBarDelegate protocol to my app delegate and implemented the didSelectViewController method....

How to make application for purchasing an application through iphone?

I want to implement application in which I want to purchase other application from my application. Can you provide me guidance about that or any sample code for that? I have made one application and suppose right now is in the apple store. Now every month I want collect payment from the client for this application. Then how to make this...

UINavigationBar gradient details

I'm trying to recreate the look of a UINavigationBar. The background of the bar is drawn using a gradient, but it's unclear exactly what the default colors and points are in it. Has anyone done anything in this area? ...

Use Core Data For Storage for an existing Iphone project?

Hello, According to the Apple Core Data Tutorial, in order to use Core Data you have to: In the Options section, select the switch to use Core Data for storage. How do it for an existing project? Do you have to import some files? Can that setting be activated later on? Thanks ...

Does Android provide widget like the iPhone UIPickerView

I feeling that the UIPickerView of iPhone is good idea and easy to use on touchable mobile phone. I am strange that why Android SDK do not provide the same effect widget ? or maybe coder have to clone it on Android ? any help ... thanks ... ...

iPhone Development -CGPoint & NSTimer help

Hello, i want to jump balls in a specific field in the view, the problem is that i don't know how to define the positions of this field area and movement. also here is the code that i use to move the ball in the entire view (the ball object is a uiimageview on the view). thanks. -(void) onTimer { ball.center = CGPointMake(ball.cent...

When is a Cocoa callback given controll?

Hi, I've been searching around the web for an answer to this one, but was unable to find an answer, on the other side I think it's something quite common thus there is a possibility I'm missing some keywords here. Anyhow, the problem is as follows: When is control given to a callback function in ObjC (iPhone)? Does it happen after con...

Options for Syncing iPhone App with Desktop Application

What are the options for syncing an iPhone App's data with that of a Desktop application on either Mac OS X or Windows. So far I have come up with: iTunes plugin (Windows and Mac OS X) iSync (Mac OS X only) The "Cloud" ...

problem with transparent text-background in tableview

hey all, i've got an annoying problem in my tabelview..i was able to achive color-changing cells (blue/white/blue/...), but now i'm in trouble with my text which has a white background on the blue cells. i've tried for testing to set a background color to red // try to set the backgroundcolor of the text ??? cell.textLabel.text.b...