1
vote
4answers
93 views
Writing iPhone apps on linux - What tools do you need
Hello.
I wanted to know if it's possible to WRITE and COMPILE/TEST iPhone apps on a linux platform.
I've been on google for a couple of days now, and people either talk about "Mac …
1
vote
1answer
17 views
app pool settings kill threads but keep settings
.net 2.0 aspx app / IIS6 creating a silly number of threads in w3wp.exe process app pool.
The app has been isolated to its own app pool with the following settings:
RECYCLING
r …
0
votes
2answers
37 views
Prerequisites to develop iphone native application
Hi guys,
My company is planning to develop iphone-native-applications.
I'm good with Linux.
The questions are:
Do we need a MAC machine to develop iphone-app?
Can a normal dev …
1
vote
2answers
32 views
Submit iPhone app to different countries
Does anyone know if you can submit an iPhone app to several countries rather than just your own?
thanks,
fbr
0
votes
2answers
52 views
Google app engine authentication
Hi guys,
I would like my iphone app to store & get data from my app engine application, but how can i make sure only my app makes these requests?
Do i have to make a gmail ac …
0
votes
2answers
27 views
app engine and data caching (looking for a data solution)
I've just started playing with Google App Engine using php via Quercus.
I'm not going to be moving my complete app over to app engine, but am thinking of serving up some widgets a …
1
vote
1answer
73 views
Set minimum iPhone OS version for app?
I'm about to publish an app on the app store, and I'm looking to set the minimum OS version as it appears in iTunes as "Requires iPhone OS 3.x or later". 2 questions:
1) Where do …
1
vote
2answers
44 views
Qt application crashing immediately without debugging info. How do I track down the problem?
I run an Qt app I've built:
./App
Segmentation fault
I run it with strace:
strace ./App
execve("./App", ["./App"], [/* 27 vars */]) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) …
0
votes
1answer
77 views
iPhone + In App purchase + determine whether product is purchased or not
Hi,
I am implementing In App purchase in my application.
What I want to do is that I have few features that are locked and once user click that feature it will ask to buy that pr …
3
votes
6answers
130 views
Ruby App MVC framwork (not web)
Has anyone heard of a Ruby MVC framework for Apps/Scripts?
When Rails appeared - it was a revolutionary tool because it brought MVC to the masses of web developers and for once fo …
-1
votes
4answers
24 views
ASP.net Application domain
Hi
I can understand Appdomain concept, but small doubt is
One Process -> many application domain,
ok now,
when a application domain is created ? while making request or at ti …
1
vote
2answers
43 views
Merge iPhone app delegate into another project
I have an open-source iPhone API that I downloaded, and that is a standalone app with its own app delegate and applicationDidFinishLaunching: method. How do I merge this into my ow …
0
votes
2answers
82 views
From my app, iphone call start immediately without asking confirmation
is that new in 3.1?
2
votes
3answers
1k views
Upload photo to arbitrary FTP with iPhone app
I'd like to upload a photo from my iphone to an arbitrary ftp. How can I do this with Cocoa / Xcode ?
Thanks!
0
votes
1answer
28 views
App.config in WCF Library and its Windows Service Host
Hello there,
I have two Services called TemplateService, TemplateReportService (both defined in one WCF Service Library) to be exposed to the client application.
And, I am trying …
