Removal of the conversion code has speed up things a little bit. The type of text is string,the assignation is useless.Will use the global variable.How can i hook to end of textchange?
Post
Replies
Boosts
Views
Activity
Thanks for your response.The user can modify the text and based on that the drawn string should be modified.Can this be called when the editing of NSTextBox if finished? rather than for every character change?I will modify the drawtext based on your comments and get back.
okay... Thanks
Thanks for your response.I added a sandbox user, fetched a new receipt using SKReceiptRequest after signing in as the sandbox user from the App.I added validation code to get the receipt using the sandbox URL and i got the receipt as JSON.I have 2 questionsIf the user Copy the AppBundle along with the receipt to another machine,will the receipt validation work?Should i replace the Sandbox URL with the Production server URL when i submit the app to app store for approval?Please advice
Thanks for your reply.I have looked at local validation.Seems quite complex to implement as there are not much examples.If there are some SWIFT examples could you please point me in the right direction.Currently i have implemented Server validation.