app

iPhone development

I have an iPod touch. I have a Mac. I want to put an iPod touch app I write with my Mac on my iPod touch. I don't plan to sell it on the Apple store. I don't plan to distribute it to other people. Is there anyway to do this without paying apple $99? Thanks! ...

Is my app in /system ?

Hi! My application can be installed and run on android, in two different places: "/data/MyApplication" and "/system/MyApplication". I need to know where at the moment is my application installed, if it is in "/data/" or if it is in "/system". Can anyone help? Thank you very much ...

How can an iPhone communicate with a computer?

How do apps like Apple's "Remote" app control mac applications and send data? is this via php with exec() commands or some other method? and how would I do it in c? Also, how fast is this rate of transfer (can I use it to send real-time data like streaming video or audio?) thanks to anyone who cares to enlighten me on this issue :-) ...

iPhone app crash logs

Hi Everyone, Can we create and get application crash log from iPhone? If yes then, is the result which we will get will be useful? Thanks, Aashutosh ...

XML inside XML attributes. C# app settings in console application

Hello guys, in a XML settings file I am using for console application You have such structure: ... < appSettings> < add key="Message" value="Hello, World!" /> < /appSettings> ... You access them with ConfigurationSettings.AppSettings["Message"] I have also large strigs with line breaks etc. (e.g. SQL scripts templates) insid...

How to play sounds in iPhone app.

Hello, I am a beginner in this very confusing Objective-C game. I would like to play a very short sound effect every time a certain button is pushed. How can I do this? Can I use an mp3 file? Or will I have to convert to wav? Thankya ...

App Store .app bundle issue - how do I solve it?

Hey guys, I created my app and it's ready to go, but when I try to upload it to the App Store, it says there are some certificates missing. Now that I remember, I don't think I got Distribution Certificates beforehand...my own fault, I know. But what I'm asking is that does this mean that the app I've already built can't be used or can ...

Videos - should I include them in my app?

Hey guys, Thanks to you, I got my working hours calculator on the App Store. :) Now for my next one - I want to make an app that includes video of my series of tutorials. However, I want to know whether it's good form to include the videos directly inside the app or not? If I do, the app size would be something in the region of 80mb as ...

Terminating app due to uncaught exception / / SIGABRT // C++ please help!

I have just finished one of my apps when I got this message. I cannot for the life of me work out what is wrong. (gdb) continue 2010-02-26 14:05:51.443 BrainTester[2638:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] was unable to load a nib ...

Sending locally sent email (with sendmail) to Google Apps Mail Server

Hi. I have a domain, call it mydom.com. A while ago I started using Google App's email server. I set up MX and the rest of the stuff records as Google wanted, and all is working well since. On www.mydom.com I have a website, DNS and still running mail server (which basically doesn't do much). Among other things, on www.mydom.com, I hav...

Simulating Google Appengine's Task Queue with Gearman

One of the characteristics I love most about Google's Task Queue is its simplicity. More specifically, I love that it takes a URL and some parameters and then posts to that URL when the task queue is ready to execute the task. This structure means that the tasks are always executing the most current version of the code. Conversely, my ...

How can I open Rss feeds from YouTube, Blogspot and Twitter into my app.

I created an Iphone App that gets RSS Feeds from My YouTube Channel, My Blog and My Twitter. I works great except for when I click on any off the feeds such as one of my videos it takes me to Safari to watch it. Or when I click on one of my blog feeds it takes me to safari and opens my blog. Is their any way that I can have it open with...

Add option to phone log context menu - Android 2.0

Hello, I would like to program an application for Android that when installed would add an item to the context menu that pops up when you long-press on a call record in the call log tab in the built-in contacts program. Is this possible? If so, any links that could point me in the right direction for the required code to add my option ...

iPhone app rejection for using ICU (Unicode extensions)

I received the following mail form Apple, considering my application: *Thank you for submitting your update to Νομοθεσία to the App Store. During our review of your application we found it is using private APIs, which is in violation of the iPhone Developer Program License Agreement section 3.3.1; "3.3.1 Applications may only use Doc...

CCATS needed for non-export iPhone app?

I'm getting ready to finally deploy my first iPhone app. The app uses SSL to connect to a REST web service. While reading the docs on deploying the app to the app store, I came across some drivel regarding having to go through a 30 - 60 day government vetting process just to ship an app that simply connects to an HTTPS server. My questi...

iPhone - Web Access Authentication

I am building a secure app for our exec's... here is my setup. It's a somewhat Macgyver approach, but bear with me :) There are only 10 users, I have a record of each uniqueIdentifier on my backend in a database table. (This is internal only for our users, so I don't believe I am breaking the public user registration rule mentioned in ...

appexchange, facebook, google app store platform architecture

how does appexchange or facebook build their app store architecture? I work for a company that is Saas based and we would like to start building an app store ourselves. We would like to have third party developers develop apps on top of our Saas application similar to appexchange and facebook's applications. If people could led me in ...

Process in updating my app in the market

Hi, i have released a version 1 on some app in the market. Can anyone tell me how to give an update of it? thanks ...

How can I create a iphone View like App Store's product introducion View?

I want to create a view like the style of app introduction in app store. some text and pic at the top,when i browse down, and some pictures can be moved horizonal, and at the bottom, some other description text. thanks. ...

iphone app analytics

Hi, We plan to advertise our iphone app on other sites. Is there a way to track from which website my iphone app hyperlink was clicked when a purchase is made? Can this be programmed, or is there any analytics app which does this. We will want to track the exact number of sales made from each site.. Appreciate any help.. mb ...