May be this question has been asked before but I could not find any solutions for the problem.
Using FBConnect for an iOS application [older sdk], I need to post on the user s wall a formaatted [html text]. I ve tried using html tags in the post message but the message is missing these html tags. Is there a way to insert new line/carriage return characters like <br>
,
etc in the posted message?
For a basic app with nonconsumable in-app purchases, has anyone figured out best practices for using SKPaymentQueue s restoreCompletedTransactions? Observations I know it s recommended to always ...