Hello,
I have implemented In App purchase in one of the existing application. I have also created SandBox account for testing it. I have run the application and tested it, its working perfect. Since, I have tested it, by buying the feature, it means I have bought that feature.
Now, there is a change in code and I want to re-test it (In...
As we know the help file format on windows is .chm
What is the help format on iphone?
Best Regards
interdev
...
It looks like a problem which could have simple solution, but I haven't found anything what could lead the way to it. I'm using UIWebView inside of UIScrollView and tapping on statusBar (to scroll content to top) is not working.
I've made simple test application to see if it's really UIWebViews fault. And it really is.
// scrolls to t...
Hi friends,
I got an another problem in my application and I am wasting so much of time on that.
Does pls anyone can help with this problem.
Actually I had an Event and I should give rating for that event for that I wrote the code as:
In CellForRowAtIndexPath......I had the code as:
- (UITableViewCell *)tableView:(UITableView *)tv cell...
Hi,
I need to access the iPhone's general accessibility settings; I need to know whether the user has turn on features such as "Speak Auto-text" or "White on Black" and respond to that programatically. I don't need to change the values, only read them. Also, if there's a way of defining (for my app) to ignore them (and set the correspon...
Hi all,
I'm experiencing some performance problem using XML parser with iphone sdk. I tried to use LibXML parser directly and the NSXMLParser, but i had the same results.
Now I'm looking for something that can improve parsing performance.
Moving attributes to a nested elements can make it faster?
I got an XML source file like this:
<...
Hi all,
I want to add a selector into a dictionary (the main purpose is for identifying the callback method and delegate after finish doing something)
But I find that I can not do that, the program will get an error "EXC_BAD_ACCESS".
Are there any other way for me to add that method selector to a dictionary?
Thanks for your help.
...
Hello
I've two questions for you, which i can't solve:
1) How do I create a menu like this --> .
2) How can I add multiple images like the iApp named HotBook do?
.
Thanks in advance for your help.
Sean
...
Hi,
How can I flush my sqlite database in my application when I click on a button?
I already have a database inside my app, when I click on a button it add some data into it.
I wanna know how to fluch the database after I click the button or maybe restart the application automatically.
Thanks,
...
Hi,
I'm experiencing issues when converting decimal to currency for Korean Won, Cambodian Riel and Iranian Rial and showing the result to the UILabel text.
Conversion itself passes just fine and I can see correct currency symbol at the debugger, even the NSLog prints the symbol well.
If I assign this NSString instance to the UILabel t...
Hi,
I"m using MapKit in my application and disaply the user location with
[mapview setShowUserLocation:YES];
I want to set the region.center.latitude and region.center.longitude with the coordinate of the userLocation, how to do it?
...
Hello all
I am developing an iPhone app which is a location aware app .
Currentlly the app is working fine except the caching of previous location .
The first time I start the application location manager fetches the current location and then I display nearby things based on the current location .
But from the next it uses previousl...
I have a Core Data database with latitude and longitude properties. Is there a way to use Core Location's getDistanceFrom: method to find the five nearest locations to a CLLocation obtained from the GPS? Do I have to load all the objects using Core Data and parse through them, using getDistanceFrom: on each one or is there an easier way?...
i'm creating a maps application (just for illustration), i need to place some placemarks on the maps which are getting loaded. At different locations. I have been able to placea marking on the location where the map is first loaded. i'm giving out the latitude and longitude of the location, and by geocoder(MKReverseGeocoder), i'm placing...
Can someone advise the codes or similar codes for the iPhone weather page, when you touch the little circled (i) the right, bottom corner, it flips the page.
Thanks.
...
Currently, I'm developing an application, in which I have to show an infoWindow on click event on map itself.
My question is I want to show a button as well as a combobox on this infoWindow.
How can I do this?
...
Hi.
I have written the following code:
-(void)runTimer
{
myTicker=[NSTimer scheduledTimerWithTimeInterval:0.5 target:self selector:@selector(showActivity) userInfo:nil repeats:YES];
myTicker = [NSTimer scheduledTimerWithTimeInterval:60.00 target:self selector:@selector(vibrate) userInfo:nil repeats:YES];
}
-(void)showActivity...
I will try to explain shortly what my problem is...
I'm loading an XML file (using touchXML) to populate a UITableView with data.
expositions = [[NSMutableArray alloc] init];
// Get XML string from XML document.
NSString *xmlURL = EXPOSITION_XML_DOC;
NSString *xmlString = [NSString stringWithContentsOfURL:[NSURL URLWithString:xmlURL]...
Since the iPhone doesn't support Flash (thank God. Waiting for HTML5 universe!), how do you create clickable maps with hotspots or zones that change colour with a mouseover event?
Like this Flash mp here.
http://www.usflashmap.com/samples/real-estate-map/index_ext.html
Thanks
...
Hi Fellas,
I am developing an application which requires saving images in the "saved folder" of iPhone Photo album after performing some animations on ImageViews. Is it possible to save the incomplete images temporarily in the iphone application without using database or server side saving technique, so that user can use it for future u...