2,908 reputation
1830
bio website mattconnolly.wordpress.com
location Brisbane, Australia
age 37
visits member for 2 years, 11 months
seen yesterday
stats profile views 222

I'm a mobile and web developer, working at Mobile Technologies, in Brisbane Australia. I specialise in iOS and Ruby on Rails. I also do C/C++, Android, and C# where required.


May
14
awarded  Necromancer
May
8
comment Converting a NSURL to a local path
Depending where you get the URL from, you may want to check [myURL isFileURL] is true.
May
8
comment iOS import self-signed and self-created CA certificates
I was able to load an identity from a .p12 data file and use the above to get a public key for encrypting data. I didn't need to call SecTrustSetAnchorCertificates though, only SecTrustEvaluate before SecTrustCopyPublicKey. Thanks!
May
3
comment The repository “…” could not be reached. with Xcode 4.5.1
I wouldn't consider reinstalling the entire operating system a solution for any problem.
May
1
comment How can I access raw resources in android test projects?
If you don't need an Activity, you can just test with a subclass of InstrumentationTestCase.
Apr
29
comment iOS Launching Settings -> Restrictions URL Scheme
I recommend anyone who needs this feature to log an official bug report. The more it is reported, the more it will be visible and a better chance that a supported solution may be presented in the future. bugreport.apple.com
Apr
22
comment Running script only for an 'Archive' build in Xcode 4
My use case was to update the build version number, and Xcode processes the Info.plist file BEFORE running any custom script actions. A dependent build target, however is processed first. This is also much better than the Scheme script actions, because they have hardly any useful environment variables set.
Apr
18
answered InstallShield - relative file paths
Apr
16
answered Define ActiveRecord connection for given Resque queue
Apr
15
awarded  Nice Answer
Apr
13
answered coredata intermittant crash [NSEntityDescription entityForName:inManagedObjectContext:]
Mar
29
awarded  iphone
Mar
28
awarded  Necromancer
Mar
21
comment debugging android app via eclipse on bluestacks app player
for me, just adb connect localhost default port 5555 worked.
Mar
21
answered how to change the working directory to the location of the program
Mar
18
answered Zbar SDK is not working in iOS6
Mar
18
answered Changing centering of content within UIScrollView
Mar
7
comment Can I change the root EBS device of my amazon EC2 instance?
I just did this but /dev/sda/ worked for me and not /dev/sda1.
Mar
6
revised basic_string<wchar_t> UTF16 encoding to NSString
adding notes from bug report
Mar
5
awarded  Caucus