Posts by srolemberg • 55 points
2 posts
-
1
votes4
answers1447
viewsA: Format currency in a Uitextfield
David Batista’s response was very helpful. I’m writing the code on Swift and it worked really well. if ((string as NSString).length == 0) { var length = (storeValue.length - 1); if (length >= 0)…
-
2
votes0
answers146
viewsQ: Signatures return null 'INAPP_PURCHASE_DATA' using 'In-app Billing V3'
I am implementing the purchase of Subscriptions in an Android application. So far, payment orders are already configured in the 'Google Play Developer Console' and I can debit the amount set in each…