There is an In-app-Purchase screen where I have to display a button with text "unlock all £0.99" so that when player clicks that the In-app purchase moves forward.
The currency and localised price value are retrieved & populated from SKProduct.
Every other currencies which I have tested such as $, ¥, € renders fine the in label. However, when I use £ currency, the label just ignores that sign.
Is there are any workaround for it, other than reporting bug to apple at the moment?
No £ Sign rendered:
But shows in SKLabelNode.text:
Renders $ sign properly: