Post

Replies

Boosts

Views

Activity

Reply to NSNumberFormatter whitespace
Hello and how can i find a solution where i add to the amount the currency But i need to remove the spaces between numbers but keep the space between the numbers and currency The suggested solution above transfered my code from 9 520 USD to 9520USD What i want is 9520 USD
Topic: Programming Languages SubTopic: Swift Tags:
Jul ’22
Reply to Wallet extension unable to add card to watch without CVV
Hi Nikolai can you share the code that made the extension work for you please
Replies
Boosts
Views
Activity
Jun ’24
Reply to Wallet Extension - "From apps on your iPhone" option not showing
Can you kindly add more details here or a sample code for both UI and Non UI I am following same resource is the status func enough for the Non UI ? would really appreciate a reply here
Replies
Boosts
Views
Activity
Jun ’24
Reply to How to check if Payment Pass already exists in Wallet
For me even after provisiong a card on iPhone and starting the process again, the apple pge should only start for iWatch, but in my case it gives me again two devices ( iphone and iWatch ) does any one have any clue ?
Replies
Boosts
Views
Activity
May ’24
Reply to Is wallet extension an mandatory implementation for Apple Pay and Add to wallet?
I am on the same issue here, did anyone find an A to Z guide on how to implement this ?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to How to hide an arrow inside List with NavigationLink?
List(newsList, id: .id) { article in   NavigationLink(destination: NewsLetterView(news: article)) {     NewsCell(news: article)   }.buttonStyle(.plain) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to NSNumberFormatter whitespace
Hello and how can i find a solution where i add to the amount the currency But i need to remove the spaces between numbers but keep the space between the numbers and currency The suggested solution above transfered my code from 9 520 USD to 9520USD What i want is 9520 USD
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to Force Mobile Data usage on some API calls and other to be through wifi or the available network
Dear I do not need to have a client side and a server side and this do not help me reach my goal. For using Alamofire or URLSession I would like to have an API run ONLY on Mobile Data even if WIFI is on for the purpose of Header Enrichment which means to give priority to the Mobile Data in this case. Please Advice.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’21
Reply to App crash when setting UIDatePicker.preferredDatePickerStyle in Beirut timezone
Hello guys any updates on this issue ? I am facing the same error.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’21