iphone-sdk-3.0

Open source photo viewer for IPhone [closed]

女生的网名这么多〃 提交于 2019-11-28 05:54:32
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Is there any open source photo viewer for Iphone, which functionality will be similar to standard Iphone application? 回答1: Check out MWPhotoBrowser - a simple and easy to use photo viewer for iOS: MWPhotoBrowser can display one or more images by providing either UIImage objects, or URLs to files, web images or

Core data setReturnsDistinctResult not working

青春壹個敷衍的年華 提交于 2019-11-28 04:52:18
问题 So i'm building a small application, it uses core data database of ~25mb size with 4 entities. It's for bus timetables. In one table named "Stop" there are ~1300 entries of bus stops with atributes "name", "id", "longitude", "latitude" and couple relationships. Now there are many stops with identical name attribute but different coordinates and id. So I want to show all distinct stop names in table view, i'm using setReturnsDistinctResults with NSDictionaryResultType and setPropertiesToFetch.

iPhone Simulator: SpringBoard failed to launch application with error: 7

有些话、适合烂在心里 提交于 2019-11-28 04:48:44
Building an iPhone project results in: Failed to launch simulated application: SpringBoard failed to launch application with error: 7 And the app doesn't install on the simulator. What's this all about? What's SpringBoard and what is error 7? I had the exact same problem - I reset the iphone simulator and then quit the simulator (i.e. command q) then started it again. Worked. Boy, is the answer to this one hard to find, but I came up with a workaround. The simulator gives this error if it has any problems with accessing files in ~/Library/Application Support/iPhone Simulator/. This could be a

Personal iPhone application without paying?

旧城冷巷雨未停 提交于 2019-11-28 04:33:21
问题 I want to develop a little iPhone application, just for my personal needs. I don't want to sell it or give it to anybody as it will not be useful to anybody. Can I have this application on my iPod/iPhone, without having to pay/suscribe/be on the Apple store ? 回答1: You need to pay the $99 for the iPhone Developer Program in order to be able to install your application onto the iPhone/iPod. 回答2: You can, by Jailbreaking your iPhone and then installing the AppSync program from Cydia. Then you

can Jailbroken iphone used for development

北城以北 提交于 2019-11-28 04:24:09
We have paid developer account for iphone development and we have 2 iphones one jail broken and other one non jail broken. We have registered both phones for development and got provisioning profile. We can use non jailbroken phone for development. But we try to use jail broken phone for development we get message Error starting executable no Provisioned iphone device is connected. But We can test application on it using ad hoc profile. Does this means jailbroken devices can not be used for development? Regards, Manish I personally do development/testing on jailbroken devices (I find that it

iPhone In App Purchase - response.products are still empty?

送分小仙女□ 提交于 2019-11-28 04:20:15
Basically, I've tried to set up in app purchases on a test app before I implement them into a proper app that my company is working on. I've read the Store kit pdf and other snippets about a 1000 times, but the products are still being returned as empty. Here's exactly what I've done so far: Setup test app and In App Purchase test items I created a new app id for 'Test App One' on my company's developer portal in the iPhone Dev Centre. I made sure that the prefix was com.mycompany.testappone to ensure that in app purchases could be configured. Staying in the App IDs section, I configured in

Is it possible to connect iphone to printer via bluetooth?

随声附和 提交于 2019-11-28 04:09:41
问题 I want to connect iphone to a printer via bluetooth, but I don't find any class about bluetooth in iPhone 3.0 SDK. Do I need to join "Made for iPod and Works with iPhone Licensing Program" to get the SDK? Or is it possible to do this without joining the program? 回答1: Even if you join the MFi/WWi developer program, it's impossible to connect your iPhone to an arbitrary printer. The printer would need to built specifically for iPhone compatibility and incorporate an Apple-specific chip. The

splash (launch image) in landscape mode?

▼魔方 西西 提交于 2019-11-28 03:48:01
问题 I am developing a game which works only in landscape mode. When I import a launch image (Default.png) into my xcode proj and run it, the image appears in portrait mode and then the view starts in landscape mode. How can I make my splash/launch image be displayed in landscape mode only? 回答1: First thing is no one is gonna know from outside the application that application is gonna run in portrait or landscape. If at all you still want to view the splash screen in landscape mode you have to

iPhone/iPad data usage tracking

痴心易碎 提交于 2019-11-28 03:06:00
问题 Just wanted to ask the community a quick question. Out of curiosity, would anyone have an idea how the iPhone App "DataMan" and "Data Usage" are pulling data readings of your personal cellular data usage? I've check the web high and low for possible answers and all so far has been dead ends. How could they have gotten their Apps to be Apple approved? Any help or advice would be great! 回答1: One way to do this would be to install a configuration profile with the proper APN settings which will

How do you prompt the user to rate your iphone app without waiting for them to delete the app?

老子叫甜甜 提交于 2019-11-28 03:04:30
I am referring to the popup window that asks the user to submit a review/rating. I know it can be done since the Aardark app does it...it asks several times in fact! (Almost too spammy.) But there has to be an API to trigger the rating request? Google is giving me no love on this one. I would check out the Appirater project that Arash Payan has put together. Pretty much handles the checking and displaying of the "rate my app" prompt, and brings the user right into the review portion of your app on the App Store. It's a very clean, and elegant way to provide that minimum barrier so that your