Post

Replies

Boosts

Views

Activity

Localization issue?
I am doing localization using NSLocalizedString and it has issues when there is a number in line with a string. For example, when on a local build, String.localizedStringWithFormat("Points: %d”, 62) would return "Points: 62", but on the TestFlight build it returns "Points: -2,114,563,680".  All numbers behave this way with a different -2 billion number representing the number on screen.
1
0
818
Jul ’22
Recurring Leaderboard issues
I have been trying to create a recurring leaderboard for a couple weeks now but continually get an error message when trying to save them. "sorry can't fetch data from server". Anyone else see this or able to successfully create a recurring leaderboard recently? I can create classic ones just fine.
1
0
794
Jun ’22
Localization issue?
I am doing localization using NSLocalizedString and it has issues when there is a number in line with a string. For example, when on a local build, String.localizedStringWithFormat("Points: %d”, 62) would return "Points: 62", but on the TestFlight build it returns "Points: -2,114,563,680".  All numbers behave this way with a different -2 billion number representing the number on screen.
Replies
1
Boosts
0
Views
818
Activity
Jul ’22
Recurring Leaderboard issues
I have been trying to create a recurring leaderboard for a couple weeks now but continually get an error message when trying to save them. "sorry can't fetch data from server". Anyone else see this or able to successfully create a recurring leaderboard recently? I can create classic ones just fine.
Replies
1
Boosts
0
Views
794
Activity
Jun ’22
Foundation's new Attributed String in UIKit
The new Swift Attributed String looks really neat, but is there a way to use it in UIKit or is it SwiftUI only? UITextViews take an NSAttributedString for their content, so I didn't know if there was a way I was missing for converting the AttributedString into an NSAttributedString.
Replies
2
Boosts
0
Views
5.4k
Activity
Jun ’21