I'm considering dropping 32-bit support for in favor for Automatic Reference Counting (which is only supported for 64 bit binaries).
I'd like to avoid these two scenarios with the Mac App Store:
For a user of an old 32-bit Mac:
who did purchase the previous version with 32-bit support: Will they see an update message for the app in the Mac App Store? If so, the (now 64 bit only) update would not work for him/her.
who has not purchased the app before: will they be able to purchase the app although it will not run on their system?
ARC 64 bit only: http://developer.apple.com/library/mac/#releasenotes/ObjectiveC/RN-TransitioningToARC/_index.html#//apple_ref/doc/uid/TP40011226
EDIT: I found one occasion of somebody being able to download a 64 bit only app to a 32 bit MacBook and being presented with an error message "Your purchase could not be completed". In this case it was a free app. I wonder when this message would pop up for a paid app (before or after the payment).
http://www.linethirteen.com/blog/2011/01/mac-app-store-32-bit-vs-64-bit/