Tagged Questions
75
votes
11answers
21k views
What is the PastryKit Framework?
I'm trying to find any information I can on the PastryKit Javascript Framework. It appears to be in use on the iPhone User Guide that is displayed on the iPhone itself in Mobile Safari, but I cannot ...
43
votes
13answers
33k views
Best cross-mobile javascript framework (iPhone/Android)
Id like to create a small cross-mobile javascript application, which consists of a form and a grid as result. I also want to display some images, with something similar to lightbox. I coded an home ...
43
votes
14answers
43k views
Available iPhone Web Application JavaScript UI Library/Frameworks
I'm starting a web application that will target Mobile Safari on iPhone/iPod Touch. I'm evaluating the available client-side JavaScript/CSS libraries/frameworks that are currently out there.
These ...
13
votes
10answers
7k views
Best iPhone framework for 2D platform games
Which framework do you suggest for building a 2D platform game for the iPhone? I only need to move assets around the screen and detect collisions etc.
I would think OpenGL. But maybe Quartz 2D is ...
13
votes
22answers
22k views
Is there a multiplatform framework for developing iPhone / Android applications?
I am interested in writing applications for the iPhone and the Android platform. I was hoping to find a middleware / framework that abstracted away some of the differences in the APIs and allow me to ...
11
votes
2answers
5k views
How to build a framework or library for other developers, the secure way?
We have an idea for an framework or library that will be very helpful for any iOS developer. So we're seriously thinking about switching from app development to framework/library development.
But ...
10
votes
4answers
2k views
Open-source frameworks/projects for iPhone platform
I'm looking for a collection of open-source frameworks/projects for the iPhone platform.
I've found quite a few good frameworks and resources. Such as ASIHTTPRequest, DrawKit, and Cocos2D just to ...
10
votes
7answers
3k views
What open source Cocoa/Cocoa Touch Frameworks are out there?
I just found the Omni Group's frameworks they make available for use under a modified MIT License:
http://www.omnigroup.com/developer/
The OmniDataObjects framework seems especially useful, since ...
10
votes
11answers
4k views
iPhone High Scores Framework?
I remember reading about a high scores framework for the iphone a while back. You could embed it into your app for easy high score management. Anyone know what I'm talking about?
9
votes
5answers
7k views
How do I create an iPhone framework and use it in other iPhone applications
I would like to create a framework for some reusable code that I would like to include in other iPhone apps. What is the best way to do it? Ideally, I would like it to work just like builtin ...
7
votes
3answers
493 views
Compile C library as iPhone framework?
Each C/C++ library has some amount of headers that should be used with that library. And if you're use more than 1-2 libraries, custom header paths is kind of headache.
So I thought: is there a way ...
7
votes
5answers
524 views
What are some of the less-known and interesting public APIs and frameworks that I can use for iPhone?
What are some of the less-known and interesting public APIs and frameworks that I can use for iPhone? In OS 3.0 they're supposed to be 1000 new APIs more than in 2.2, so which one of these are the ...
7
votes
4answers
987 views
Has Anyone Used the rhomobile Framework?
I have a client asking about the rhomobile framework. I have been researching it a bit and wanted to see what the community at large thought about the framework and what, (if any), problems you came ...
7
votes
2answers
9k views
SVG images in an iPhone application
I'm looking for a small tutorial that can help me use svg images in iphone application. I'm trying to learn about svg format, and would love to know if there is relevant material from apple out there? ...
6
votes
2answers
4k views
Weak link framework
Due to the last release of the adMob package, I have added the MessageUI framework to my project. As I wish to deploy my application to 2.x OS devices, I have weak linked MessageUI as advised.
If I ...
6
votes
2answers
2k views
Framework not found AudioUnit
Been banging my head agains the wall for awhile now.
My Xcode project went a little haywire while refactoring, and refused to build. I've squashed all the other errors, except one last linktime error:
...
6
votes
4answers
753 views
What are the most useful third party iPhone frameworks?
What really super useful third party frameworks / toolkits / projects are out there that people have used and have found to be a huge help in building their iPhone apps? Bonus points if you include a ...
5
votes
5answers
130 views
What is the best strategy for keeping an android and iphone version of the same app
I'm must build the same application for android and iphone.
I tryed rhodes, that is great, but some native ui features are missing...
I would like to know, is there a strategy, sdk, framework, or ...
5
votes
5answers
796 views
Whats the most used cross-platform Mobile Application Development Framework today?
I'm like many others here, giving their first steps in the mobile world an not knowing where to start from...
Well, I've seen a few posts here about mobile development frameworks or sdk's, but all ...
5
votes
2answers
5k views
iPhone - MessageUI - framework not found Message
I want to be able to use the iPhones Mail.app inside my application so my users can send a share email without leaving the application. I know 3.0 made this possible.
I have added the framework ...
4
votes
2answers
2k views
moving back from Xcode 4 to Xcode 3.2.6
I tried Xcode 4 a bit. Found it frustrating and am currently returning to Xcode 3.2.6. But now my project can't find any of its frameworks. How do I fix that?
4
votes
1answer
192 views
How does XCode know which project to debug into when multiple projects are open simultaneously?
TL;DR Version:
This question has arisen due to the fact that I have multiple frameworks (which I have built) and a client project that uses said frameworks. Now, when I open up the client project and ...
4
votes
1answer
236 views
what is the difference between framework and bundle in iphone OS?
what is the difference between framework and bundle in iphone OS?
3
votes
1answer
104 views
iPhone Game Dev : Achievement Framework?
I have written a simple game and am looking to integrate GameCenter Achievements with it.
I would like to try to do this in a clean and neat way which is easy to add extra achievements to.
As I see ...
3
votes
2answers
123 views
create our own frame work in iphone
There are lots of the frameworks available for different purposes, but I want to create framework library for my some of my classes -- in that all the .m files are loaded in single .a file and it's ...
3
votes
1answer
176 views
Should I study a third-party framework for multimedia in iphone apps or not, given my situation
I decided to learn developing for iphone/ipad and right now I'm still at the beginning. I do have a programming background (quit a lot of max/msp/jitter and in the old day's: turbo pascal, basic and a ...
3
votes
2answers
527 views
Best iPhone/iOS framework for Presentation Apps
Which framework do you suggest for building an application to manage presentation, like an interactive and multimedia brochure?
Do you think the iOS is enough?
Thanks in advance
3
votes
1answer
546 views
adding ShareKit to my project, won't compile - 4,448 errors
I can get the ShareKit demo from github to compile using the iOS 4.1 SDK, but when I import it into my project exactly how it's described on the ShareKit site, after compiling I'm getting 4,448 ...
3
votes
3answers
1k views
Use iAd JS framework to create a web app?
do you think it would be possible (legally) to use the iAd JS framework (the one that is provided for the developers for creating the ads) to create the whole iOS web application itself?
I've tried ...
3
votes
2answers
58 views
How to determine what Frameworks IPhone App uses?
I was wondering what is the way to get a list of Frameworks used by iPhone App? Apple is doing it during AppStore approval process. I would like to know if certain games are using Open GL ES...
3
votes
1answer
173 views
Generating a CSR with Security framework on iPhone app?
Anyone know how to generate a CSR from within an iPhone app to send to the CA?
If its not part of the security framework, then how is iPhone suppose to get certificate that authenticate it against a ...
3
votes
2answers
425 views
3
votes
3answers
1k views
Graphics-based C++ GUI Framework?
Hey, all. I'm looking for a good, free graphics-based UI/GUI framework.
Let's say I want to create the iPhone or Palm Pre from the ground up. How would I, using what UI framework?
(Forget that Apple ...
3
votes
2answers
2k views
How to build a Framework class in XCode?
I want to build a framework regarding some common aspects used in xcode like that of UIKit,Foundation etc..Is it possible for us to create our own framework which could be reused later and if yes ...
3
votes
1answer
1k views
iPhone app using openAL works in simulator, but not on device
I added the openAL framework to my app and I am using the sound engine that is in the demo CrashLanding. It works just fine on the simulator, but when I build it for my device, I get errors. It ...
2
votes
2answers
50 views
Is it possible to look at the source code in a .m file in a framework?
I'm trying to work on a problem I'm having with Open Feint and would like to see the code in a method I'm calling. When I jump to definition Xcode just brings me to the header file. Is there anyway I ...
2
votes
2answers
45 views
Sending email in an iPhone application
I am getting this warning
MessageUI.framework/MessageUI, file was built for unsupported file format which is not the architecture being linked (i386)
What does it say ?
I have added the Message ...
2
votes
1answer
253 views
Weak-linking multiple frameworks for iPhone Apps (-weak_framework)
How do I specify -weak_framework for multiple frameworks while compiling iPhone apps for older deployment targets?
2
votes
2answers
54 views
File syncronization between iPhone and a server
Can anyone suggest the best framework, method, library I could use in iPhone (use in development, not a ready application) in order to achieve syncronization between a fileserver and a local storadge ...
2
votes
1answer
66 views
xcode project inside project
Im taking over some project of a colleague that is on holidays now, I have started iPhone dev about 1.5 years ago, so Im still a medium noob ;)
Other projects have gone fine, but in this particular ...
2
votes
2answers
173 views
Could i build a ARC framework and use it in a non-ARC project?
I think the title explains my question pretty well, I'm currently working on a small framework for my personal needs, and thought about building it with ARC (if thats possible at all?), and use it in ...
2
votes
1answer
954 views
Adding quartzcore to xcode 4 for iOS
I have troubles installing quartzcore on xCode 4 regarding an iOS application. I've searched a lot and seen a lot of posts, but I just can't find the answer: how to do it ? Because when I try to add ...
2
votes
3answers
496 views
Any API to share data between two iphones/ipod touches/ipads? (Except GameKit)
is there any framework/api to easily to find other devices and share data between them?
Not gamekit please. And bonjour would be great but it is to complex to build..Mayby there's any API that uses ...
2
votes
3answers
2k views
How can I create objective-C Framework for iOS Application
I am in the middle of creating some generic classes that can be reusable for lot of application.
For Eg: Share Functions - if we need this functionality in a project then we currently I need to add ...
2
votes
1answer
249 views
What does linking against a framework mean? (iOS)
I am unclear as to what linking against a framework does and how to do it. It sounds like just weak linking the framework but I don't think it is. Any help would be appreciated. Thanks!
2
votes
2answers
407 views
Objective C - Create a framework for my iphone apps?
I have created a set of model classes used by my iphone app.
I am trying to separate them into a new project and create a framework to make it reusable in my other projects?
Is this possible?
It ...
2
votes
1answer
118 views
Converting Framework to a Library
I want to use the framework found at the link below within an iOS app. I have it working within the simulator but after some digging it looks like you are unable to use frameworks on devices and ...
2
votes
2answers
472 views
iOS framework to get audio in from dock connector
How would I go abouts playing an 'audio in' through the dock connector in an iOS app? I'm making an app just for myself and have no plans of putting it into the apple store. I have the 30pin breakout ...
2
votes
1answer
115 views
Share the code in a secure way Objective-C
Just I'm curious.
I have created a lot of convinient categories to the Objective-C classes (NSObject, NSDictionary, NSString...), as long as very interesting subclasses that makes a lot of popular ...
2
votes
1answer
2k views
unable to play video in iOS 4
I have written code to play video in iPhone OS 3.1.3 and video is playing fine.
but when i am trying to play video with the same code then video is not playing in iOS 4.
I know that Media player ...