1,285 reputation
523
bio website galileo-app.com
location Belarus
age 28
visits member for 3 years, 4 months
seen 1 hour ago
stats profile views 111

i'm an iPhone Developer =]

My projects:


Apr
27
comment How to detect in-app return inside the app?
I asked about API inside StoreKit.framework. What's wrong with this question?
Apr
26
revised How to detect in-app return inside the app?
edited tags
Apr
26
asked How to detect in-app return inside the app?
Mar
5
awarded  Caucus
Feb
18
answered Objective-c: giving up on Core Data, SQlite3 - going with .plist. Am I wrong?
Feb
18
answered Optimising C++ Code
Jan
14
awarded  Popular Question
Dec
31
awarded  Yearling
Dec
26
comment Does Apple notify me if my bug which has been marked as a duplicate has been addressed?
That's usual case when bug filled by some apple employee or by user not familiar with openradar. It remains private all the time.
Dec
26
answered Does Apple notify me if my bug which has been marked as a duplicate has been addressed?
Nov
30
awarded  Revival
Nov
20
awarded  Popular Question
Oct
22
awarded  Nice Question
Jul
31
comment Is there a way to compile for ARM rather than Thumb in Xcode 4?
i also expected sqlite crashes on armv6, but only when i build library with llvm gcc. after switching to llvm - it works fine.
Jul
27
awarded  Notable Question
Jul
26
comment paymentQueueRestoreCompletedTransactionsFinished: return queue with empty transactions array
Yes i know that. I'm already have '- (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions' implemented, but it never called while i'm restoring transactions.
Jul
20
comment Calculating harddisk size
@Manjabes they replaced sense of gigabyte word, bastards! Let's make gigabyte 2^30 again.
Jul
20
comment Calculating harddisk size
unsigned long long a = (1000000000ULL);
Jul
16
comment paymentQueueRestoreCompletedTransactionsFinished: return queue with empty transactions array
sure, I'm testing on real device. And I reinstalled the app, and I created new test account for purchases testing.
Jul
16
revised paymentQueueRestoreCompletedTransactionsFinished: return queue with empty transactions array
grammar fixes and title updated