Due to the nature of the construction of an IAPurchase store (and a large dose of laziness to change it), I was wondering if there was any way to rotate the orientation of the UIAlertView that appears during the purchase process.
Attempts so far:
- One may detect when the alert appears by observing notifications of app activity, but in the past I've struggled to find a legitimate way of forcing an orientation change such that this alert is appropriately rotated.
- Various transforms - but without being able to touch the alert - fruitless
- Fixing the nature of construction - messy...
Any suggestions would be much appreciated - even if it's to tell me I'm barking up the wrong tree!