The current tag wiki excerpt for apn (47 questions) states:
Apple Push Notification allows developers to push near real-time information to iOS devices
However, that doesn't seem to agree with the related tags:

Apparently "APN" is sometimes used as an acronym for "Access Point Name", in which case it isn't specific to iOS development. So the tag, as it is currently used, doesn't seem to have a clear meaning.
It seems that apn is synonymous to apple-push-notification (346 questions) when the former is used for iOS-related questions. The wiki excerpt for apple-push-notification is also much more detailed:
The Apple Push Notification Service is a service created by Apple Inc. that was launched together with iOS 3.0.APNS is used together with Mac OS X Lion Server to push update notifications to clients that have registered to receive updates via a configuration profile and are also using the server's mail, calendar and contacts services. This means that devices such as the iPhone and applications like iCal on the Mac can receive a notification
There is also apns (300 questions) which has an excerpt of median length and a wiki of superior length. It is almost definitely synonymous to apple-push-notification (or vice-versa). Its wiki excerpt:
Apple Push Notification Service (APNs for short) is the centerpiece of the push notifications feature. It is a robust and highly efficient service for propagating information to devices (such as iPhone, iPad, and iPod touch devices) and computers (such as Macintosh computers running MacOS 10.7).
Possible solution
To clean up this mess, I suggest we take (each of) the following steps:
- change apn's wiki to reflect only its use as "Access Point Name"
- retag the iOS-specific posts tagged with apn to apple-push-notifications or apns
- synonymize apns and apple-push-notifications (not sure which should map to which, but I would keep the wiki from apns).
Should we do this?