Tag Archives: iPlatform

How to find your resources and how to generally find the directory layout

To find the main download directory for when you are receiving files, put this snippet of code in a test project or your main project at the point of opening: NSArray *pathsForDownloadedFiles = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *pathMain = [pathsForDownloadedFiles … Continue reading

Share
Posted in iPod and Apple Platform, Uncategorized | Tagged , , , , , , , , , , , , , , , | Leave a comment

Gruber is not completely correct about Apple’s policy change

This post was sent to me about Gruber’s analysis of the new Apple policy (3.3.1) that stated that developers were not allowed to use third party development tools that could target multiple mobile phone platforms. We were looking into these … Continue reading

Share
Posted in iPod and Apple Platform | Tagged , , , , , , , , | 2 Comments