apple

How do I set Basecamp credentials using apple IOS for iPad

I'm trying to request my company's Basecamp info for an internal project we're building. I understand how to add credentials in an ASP.NET environment but I'm new to iPad development and can't seem to get an appropriate response from Basecamp. Here's what I'm doing: NSMutableURLRequest *theRequest=[NSMutableURLRequest requestWithURL:[NS...

Objective-C Removing Inherited Methods from a class

For a subclass, is there way I can remove/stop methods from super class implementation? (ie. nsstring has a method length. i want to stop "mystring" class from attaining the length method). ...

Is there a limitation on the number of files in an iphone app?

Is there a limitation on the number of files in an iphone app? My app will contain about 2000 or more text files.Would i be in trouble? ...

Can I develop mac/iphone/ipad applications without having to paying first?

I'm interested to know if I can have access to all the libraries, ide, etc for the iphone/ipad/macos without paying the 90 bucks(for learning purpose). Do I have to pay to have access to everything in order to start developing? I'm not talking about the istore by the way. I know that there is a fee for that. Thanks. ...

can you build apps with xcode 3.2.4 and submit to apple?

hi i have a project built with the 4.1 sdk, I dont have that current sdk. So i am going to download it. The thing is on the apple website, it says download xcode 3.2.4 with 4.1 sdk. Can you built applications with xcode 3.2.4? and then can you send it to apple for submission? or will it not go through submission as xcode 3.2.4 is still...

setting application expire period

Can we make application expire after 1 year and put it on App Store? Is it legal or illegal to offer application to customers without going through the App Store / ITunes? ...

What ways are there to automate iOS devices list within the Provisioning Portal?

I'm after some a script or tool to automatically add iPhone, iPad, etc devices to the Provisioning Portal. Is there anything out there (preferably OSS) that I can use? Bonus points for generating Ad-Hoc certificates! ...

quicktime mute all files droplet

Want an applescript droplet that opens files in QuickTime and mutes them all. The script only mutes the front most opened file. on open the_Droppings tell application "QuickTime Player 7" to activate tell application "QuickTime Player 7" to open the_Droppings tell application "System Events" to tell process "QuickTime Player...

iPhone: Document dir data does not survive a hard reset.

I have just uploaded my app and it was accepted. To my horror, I now discover that if I hold down the top right button for some time, to turn iPhone off and then repeat that to turn it on again (i.e. a hard reset), the contents of Documents has vanished. ...

Is there any way to check the availability of iOS app names?

Is there any way to check the availability of iOS app names? Thanks! ...

Objective-C : Call a method from another class in addTarget:action:forControlEvents

Hi everyone, Here is my problem : I want to assign an Event on an UIButton. I use this method : - (void)addTarget:(id)target action:(SEL)action forControlEvents:(UIControlEvents)controlEvents like this : [newsButton addTarget:self action:@selector(myEvent2) forControlEvents:UIControlEventTouchUpInside]; newsButton is my UIButton...

Cancel Uploaded binary sent to Apple and load another one before "In review" state!

Cancel Uploaded binary sent to Apple(Itunes Connect) and load another one before "In review" state! Is it possibile? ...

apns-csharp certificate trouble

Hi everyone, I trying to use apns-csharp library to send push notification from .NET, I created certificate on Apple Provision Portal, download it and convert to p12 format, when i try to load it with code: private ActionResult SendAlertPushNotification(string appId, string notificationContent, bool useSandBox) { Not...

Mac specific optimizations in ~/.gitconfig

I read that discussion about the content of "~/.gitconfig" on Linux: http://stackoverflow.com/questions/267761/what-does-your-gitconfig-contain I know some Mac specific optimizations, such as using "mate" as default editor: [core] editor = mate -w or using opendiff as diff editor: [diff] external = opendiff Do you know oth...

How do I get the behaviour of the 'Insert' key on VIM using a Macbook Pro without an insert key?

Because the apple store couldn't help me, and indeed had never seen VIM before, despite the fact it comes installed as standard on OSX ;-). ...

iPhone fullscreen frame animation with easing

I need to show a (near fullscreen) object in 360 degree rotation within my iPhone app. The rotation animation has already been rendered and contains 180 frames at 960x640 (Retina display). Interaction required will include... - swipe left/right to rotate (animate) - clickable areas on each image. Can anyone suggest the best way to an...

How to center align the maximum-scale viewport zoom for iphone

When I set a maximum scale and when I rotates orientations back and forth, the web page isn't centered on the phone. So using this code <meta name="viewport" content="width=device-width; initial-scale=0; maximum-scale=2;"> How can I mimic the CSS effect of margin: 0 auto;. ...

[Objective-C] Passing parameters to addTarget:action:forControlEvents

Hi guys, I am using addTarget:action:forControlEvents like that : [newsButton addTarget:self action:@selector(switchToNewsDetails) forControlEvents:UIControlEventTouchUpInside]; and I would like to pass parameters to my selector "switchToNewsDetails". The only think I suceed to do is to pass the (id)sender by writing this : action:@s...

Can I download and run XCode & Apple iOS 4.1 on Apple Power PC G5?

I am new and want to start developing apps for iPhone, but I can't afford the high price tag of one of Apple's Intel machine right now, can I start developing iPhone apps on Apple Power PC G5 or Apple MacBook Pro with Intel? Thanks for your help ...

Apple deprecating Java. Will Apple-specific customizations still work with other JREs/JVMs?

Apple "deprecated" Java and will stop supporting it in the future. Assuming that Oracle will take over support for Java on the Mac, is there a way to be sure that Apple-specific hacks like those "put the menubar at the top of the screen" or "use the native theme by default" will be supported the same way on other JREs/JVMs targeting Ap...