I am planning to build multiple desktop addons ( for Chrome & Firefox ) and mobile apps ( for iPhone and Droid ).
The application would have its own database, and it would be filled by downloading information from a web database (possibly MySQL in Drupal). My plan is to have specific information in the web database transferred to an SQ...
I'd like to have my website be automatically and continuously updated with information from an access database, but I'm not sure how to do so? Any suggestions?
...
I'm trying to get In App Purchase with my existing iPad App working. I'm stuck retrieving the Product Information from App Store:
- (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response
The SKProductsResponse only contains invalid Product IDs. I tried every potential solution I found here...
Hey guys
we plan to create an app that contains digital content that our customer now sales over the internet and delivers the content online. because the content is more than the 99 $ maximum price an app may cost, we d like to forward the user from in the app to the payment system of our customer so that he can buy the content "online...
I would like to know if the app icon on the iPhone can be slightly different than the one shown in a large version in Apple's App Store.
It was discussed in short here: http://stackoverflow.com/questions/28551/tips-for-a-successful-appstore-submission/266657#266657
But I wanted to make sure if anyone has more experience with that.
To ...
I am not a programmer. I would pay for an application that allowed me to create a link between a calendar appointment and one or more of my contacts. This seems like an obvious applications with a huge market> Why is it not possible to do this?
...
I'm finishing up creating a Facebook contest app. On all pages of the app is a link to our Rules and Regs. At the bottom of this page, I want to have a 'Back' button that will do just that...send the user back to whatever page they came from. However, I cannot use the simple traditional javscript:history.go(-1) method b/c FBJS doesn't...
Using python and wsgiref.handlers, I can get a single variable from a form with self.handler.request.get(var_name), but how do I iterate through all form variables, be they from GET and POST? Is it something like this?
for field in self.handler.request.fields:
value = self.handler.request.get(field)
Again, it should include both fi...
I am wondering if you can officially receive SMS messages in your app (and remove the default SMS app). I believe it can be done on Android, I just wonder if this is possible on iPhone OS.
...
Ive an image with particular resolution appearing on Iphone screen. I need to resize that image by getting info. as an alert from user(Width and height). Cud anyone help me with block of code for this????
...
I'm building an app and using the iPhone config utility to add it to different devices. Dragging the app file from 'product' in xCode worked fine previously, but for some reason when I drag the app it never appears in the applications list of the utility. I downloaded some Apple source code, built it, and dragged across and it works fine...
Hello,
I need to generate a picture from facebook user profile picture and post it to some users' walls. For instance,
$attch = array( 'media' => array((array('type' => 'image',
'src' => 'https://graph.facebook.com/'.$uid.'/picture',
'href' => 'https://graph.facebook.com/'.$uid.'/picture/')));
'src' => 'h...
I am looking into the iPhone in app purchased models and need to implement a subscription. Ex content will be available for 24 hours. Now the most important thing is that it needs to be available on all the other devices, so bought on the iPhone, viewable on the iPad. I'm not sure how this works ? I need to store some information on the ...
How to develop a sms app for iphone?
Are there any api available to develop this kind of app?
Is there any other way to develop this type of app for iphone apart from using api
Please suggest me some ideas..
Thanks
...
Hi,
I'm trying to follow the April 2009 and Winter 2010 Stanford iPhone app development videos and I'm running up against the same problems with both.
First, they don't appear to be using the latest version of XCode - the Outlets and Actions panels are in a different window and there is little info on the net about this (other than one...
For example, is there a way to query "Stanford University" and get its facebook id "6192688417"?
...
Based off the one of the demos I have the following code.
Currently what displays in the simulator is just hte contents of the paint function, however the ObjectChoiceField is still selectable if one happens to click in the right location. I would like both the text contents and the paint function contents to appear. Is this possible?
...
For a facebook fan page, I'm trying to find a facebook app to pull my flickr photos into either the facebook photos app or an app on facebook.
I've tried myflickr but it seems to do only searches, not photosets in an album sort of way. Flickr Tab seems like a good fit but there is a fee to it, I don't think I can try it out before purch...
What kind of api does SDK provide if we are to develop an app which keeps tracks of friends location?
Update:
CoreLocation gets the device location with the app running. But how to get the friends location data if you have their phone number.
Does anyone have idea to get the location data of friends using iphone sdk
...
hey, I'm a beginner and I'm trying to make a NEWS reader app.
My idea is to make an app just like N.Y Times.
The question is : how do I access the news database and display on my native app ?
If I make an RSS reader kinda thing, will I be able to display the contents of the news feed on my native app itself ?
Please, I'v been reading a...