apple

can client pay from his apple account to company from iphone application

From My Previous question http://stackoverflow.com/questions/1415914/sending-request-to-apple-from-iphone-custom-application/1415927#1415927 Here, I have added more specified my question. Suppose my application has implemented followings. Lets take an simple example I have developed an application, for mobile dealer. User can see t...

How would one implement Apple iTunes 'Genius' algorithm?

I've always wondered about how and what the best way to go about implementing the 'Genius' feature on iTunes. I could probably brute force it, but was just wondering if anyone had any insight. Thanks. ...

CGContextRectToClip

Hi, i'm using CGContextRectToClip(aContext, aRect), the new rect for clipping is a intersection between the previous rect and aRect. I used CGContextSaveGSState and CGContextRestoreState to restore the previous rect of clipping, but seems don't work. Clipping rect is part of state, i hope yes. ...

Porting a flash game to the iPhone

I have a Flash game that I'd like to port over to the iPhone but I don't have the time nor the patience to do it myself, I also have a limited budget. Can anyone recommend a place to put out a tender for an iPhone developer to port my game? ...

Smoother UIView

Hi all, i'm looking for a way to make the menu system of my (very first) app scroll more smoothly. Currently I've got a panorma type view built in IB that's ~1900px wide by 480 tall image. On top of this are 8 buttons in various places along the view/image, when one of the buttons is selected i update 'xPoint' and call the below to updat...

XCode: How to turn off the compiler error messages in the source code window?

The source code editor in XCode 3.1 has a new feature where your compiler error (and warning) messages are embedded directly in your code below the relevant line of text. I'm sure it sounded like a nice idea, but in practice I find it very annoying - your code jumps around as you try to make the edits to fix the error. I know you can c...

Replacing a rejected iphone app, would it trigger a whole new review process?

Hi i have 2 questions 1) Will replacing a rejected iPhone binary cause a new review process to start from the beginning? As in suppose that it took 18 days to get a response and it was rejected for some reason, when replacing the binary, would it take at least another 18 days to get another review? 2) Is the reason given in the rejecti...

aps_developer_identity.cer to p12 without having to export from Key Chain ??

I have a shed load of 'aps_developer_identity.cer' certificates exported from iPhone Developer portal. They were all created using the same Certificate Signing Request and (thus) the same private key. If I export just the private key from the Apple Key Chain is it then possible to take the private key and the 'aps_developer_identity.cer'...

Apple iWork Mime Types

I was wondering what the mime type for iWork's Pages is? And also what the mime type is for the rest of the software in the iWork suite? I looked around online and I didn't see it anywhere. Thanks! ...

How do you download a previous version of the iPhone SDK?

I'm developing on the current 3.1 SDK, but I'd like my app to support all versions of the iPhone 2.2.1 onwards. I don't have a copy of the older SDKs around anymore and I can't find them on Apple's site. (We've always been at war with Eastasia.) Is there still a way to get it from the iPhone Dev Center? ...

How to base class behaviors on typedef enums, the way Apple does in Objective-C?

Kind of a weird newbie question...I want to use typedef enum declarations in one of my classes . This particular class gets used by other classes, where a client class might say something like "set your style to Style1 (enumerated type)". Then the target class's behavior would change accordingly. This is analogous to the way that UITa...

Non-flattened icon in an iPhone app

I submitted my app to the iTunes App Store for approval a little while ago. Today I realized that the application icon was not flattened, as required (suggested?) in the Apple guidelines. As I understand it, a flattened icon has no transparencies, but mine does. My dilemma is this. If I flatten the icon and resubmit the app, I lose a...

What iPhone push notification services are out there? (Hosted services, not the APNS)

I'm looking to avoid running my own server all the time when dealing with Apple's push notification service. From my understanding, I need a constant connection to the APNS which I can't afford... I was planning on releasing my app for 0.99 or for free and I really don't want to spend a lot of money elsewhere. After a bit of googling ...

Mac Terminal.app annoying bug - How to fix it?

Video showing the problem: http://www.mentaframework.org/download/TerminalBug.mov When I am typing on the Terminal.app and reach the end of the line, the next line starts on top of the first line, overwriting everything. Then if I use the delete key everything messes up and disappears. I did a ssh in the same terminal to a different h...

Is base64 considered encryption in an iPhone app?

Is simple base64 encoding (for posting binary data to apples validation servers) considered encryption and would I have to report this when uploading my app to the appstore? ...

Is there a command like "watch" or "inotifywait" on the Mac?

I want to watch a folder on my Mac (Snow Leopard) and then execute a script (giving it the filename of what was just moved into a folder (as a parameter... x.sh "filename")). I have a script all written up in bash (x.sh) that will move some files and other stuff on input $1 I just need OSX to give me the file name when new files/folders...

AirPort Express Router Remote URL and default username/password

I am using the apple router, i think it is called the AirPort Express. It is the rounded one. Basically I would like to access it to configure my eMule connection. Question is simple: 1) What is the url for remove administration of this router? 2) What is the default username and password? Thanks, -Sergio ...

Disable Apple PHP on Mac OS and use XAMPP instead

Hi I've installed XAMPP and I want to use the PHP that comes with it from the command line. So I'm looking to disable the Apple version of PHP and related tools. Anyone know a clean way of doing this, while allowing Apples PHP to be re-enabled again relatively easily? ...

Need help with IOSurface & OpenGL for max os x snow leopard application

Apple added the new IOSurface framework as part of the 10.6 Mac OS X firm update. Since this framework relatively new, I haven't found the much need documentation on how to properly use this. I was wondering if there anyone on StackOverflow that can assist me with IOSurface usage. Anyways, this is what I want to do. Right now my applic...

PHP return value from decoded object

Hi, Can someone please tell me where is the error in this code?, I use a mobile iphone application to call a php script tha will send information to apple. Apple then will return a JSON object containing several values in an associative array. I want to reach the 'status' value but every time I run the code in the phone, the php script...