Search results for

“translate scheme”

6,671 results found

Post

Replies

Boosts

Views

Activity

Incorrect URL scheme format
I'm trying to publish an app I made using Aquafadas. When I try to upload my binary, I get the message theat my URL scheme is in the incorrect format, but I can't find that anywhere. I looked through all my setup in Aqaufadas and can't find it. Would this be something I accidentally set in iTunes connect? I'm stumped.
1
0
395
Jul ’16
Xcode12.4 schemes auto-creation degradation
Hello, We moved from Xcode10 to Xcode12.4, to port our applications for M1. One degradation that we experience is that Xcode12.4 isn't creating schemes for all targets with identical names. We work with large Xcode projects that contain other projects in them and many of them have targets with the same names, for example Target_X. When opening a project like I mentioned in Xcode12.4, only one random Target_X scheme is generated while opening the same project in Xcode10.3 will generate all Target_X(project name) schemes from all the included projects in the opened one. Please consult, Thanks.
0
0
431
Jun ’21
URL scheme does not always work
Good day team,I've faced s weird problem while updating to xCode 7.3.1.I've registered my URL Scheme to my app but when I launch Safari it works only for the first time, I run it again I got the error:-Invalid AddressThere is a strange walk around I tried and works that I've to refresh Safari page (ex. navigates to http://www.apple.com) then reenter my url scheme again and it works.But I can't launch the app like that.Any suggestions?
0
0
296
Aug ’16
Using Settings.app URL scheme
Hi all!We're going to let users launch Settings.app from our application, so is it possible to add URL scheme prefs to our application URL types?Is it private API or not? Will we get rejected in AppStore review for using that?let url = NSURL(string: prefs:root=Settings) UIApplication.sharedApplication().openURL(url!)
Topic: UI Frameworks SubTopic: UIKit Tags:
7
0
10k
Oct ’15
Reply to XLIFF makes no sense
I'm doing it by hand. Never found a free one for Mac. All I've done is added the target-language=en on the file tag, and then the appropriate context in the <target> tag for the translation. When I go in/out/in with that file though, I end up losing all the translations again.
Jan ’16
Reply to Localization in Xcode
This is a lot of questions — I’ll do my best to answer! Should I use KEYS_LIKE_THIS or Keys like this? Does changing a key cause loss of translations? Can missing localisations be a compile-time (instead of runtime) error? Should I use KEYS_LIKE_THIS or Keys like this? Actually, it doesn’t matter! Both will work, and this is more of a matter of personal preference than best practices. Personally, I think using the English string as the key is actually more developer-friendly than SCREAMING_SNAKE_CASE because it helps you visualise the strings in the context of your app. Does changing a key cause loss of translations? It depends! You may think that a localisable string’s key is what uniquely identifies it for translation, but it turns out there are many more contextual clues when it comes to determining “which” string you’re dealing with. Third-party translation tools can use other bits of information such as file path and the source string contents to match up the target st
Jun ’21
100 schemes xcode starts to have issues
Hello there, I have worked for about 3 companies that did white label development. To get customer facing applications, for companies that could not afford to build their own apps. Like all the colleges or all the real estate brokerages. So I have been making a new scheme for each of my new customers. This allows them to have their own assets, UI flow, colors etc.. What I have noticed is around my 100th customer. xCode starts to exhibit some odd and slow behavior. Is there a better way? Maybe one Scheme, where I could run a script on at run time? Any feedback would be greatly appreciated.
3
0
1k
Jun ’20
Reply to How do you acquire an approval number from China for a mobile game?
just ask google chrome to translate
Replies
Boosts
Views
Activity
Apr ’17
Reply to Make the new Translation API available beyond SwiftUI
@mb-foreflight I can imagine using the Translation API as part of a location workflow. Not as a replacement for the entire process but for example to automatically generate suggestions for your localization team. It is always a good idea to verify translations are appropriate for your specific app UI.
Replies
Boosts
Views
Activity
Jul ’24
Incorrect URL scheme format
I'm trying to publish an app I made using Aquafadas. When I try to upload my binary, I get the message theat my URL scheme is in the incorrect format, but I can't find that anywhere. I looked through all my setup in Aqaufadas and can't find it. Would this be something I accidentally set in iTunes connect? I'm stumped.
Replies
1
Boosts
0
Views
395
Activity
Jul ’16
Custom URL Scheme for Setting on iOS 10?
Hello Friends.Any Idea what happened to the Setting's Custom URL Scheme on iOS 10?Is Apple still giving acess to third-pary apps to launch iOS Settings from the app via URL Scheme on iOS10? The Old URL scheme are not working anymore! 😟
Replies
9
Boosts
0
Views
22k
Activity
Jun ’16
Reply to partial localizations
In that example, try Google Translate for the descriptions.
Replies
Boosts
Views
Activity
Jul ’15
Reply to swift mac swift app fails to show image view crashes on first run
crash report attached Translated Report.txt
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Oct ’22
Xcode12.4 schemes auto-creation degradation
Hello, We moved from Xcode10 to Xcode12.4, to port our applications for M1. One degradation that we experience is that Xcode12.4 isn't creating schemes for all targets with identical names. We work with large Xcode projects that contain other projects in them and many of them have targets with the same names, for example Target_X. When opening a project like I mentioned in Xcode12.4, only one random Target_X scheme is generated while opening the same project in Xcode10.3 will generate all Target_X(project name) schemes from all the included projects in the opened one. Please consult, Thanks.
Replies
0
Boosts
0
Views
431
Activity
Jun ’21
URL scheme does not always work
Good day team,I've faced s weird problem while updating to xCode 7.3.1.I've registered my URL Scheme to my app but when I launch Safari it works only for the first time, I run it again I got the error:-Invalid AddressThere is a strange walk around I tried and works that I've to refresh Safari page (ex. navigates to http://www.apple.com) then reenter my url scheme again and it works.But I can't launch the app like that.Any suggestions?
Replies
0
Boosts
0
Views
296
Activity
Aug ’16
Using Settings.app URL scheme
Hi all!We're going to let users launch Settings.app from our application, so is it possible to add URL scheme prefs to our application URL types?Is it private API or not? Will we get rejected in AppStore review for using that?let url = NSURL(string: prefs:root=Settings) UIApplication.sharedApplication().openURL(url!)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
7
Boosts
0
Views
10k
Activity
Oct ’15
Reply to XLIFF makes no sense
I'm doing it by hand. Never found a free one for Mac. All I've done is added the target-language=en on the file tag, and then the appropriate context in the <target> tag for the translation. When I go in/out/in with that file though, I end up losing all the translations again.
Replies
Boosts
Views
Activity
Jan ’16
Reply to How to actually enable the feedback assistant app??
Text translation not working in iOS 16
Replies
Boosts
Views
Activity
Sep ’22
Reply to Localization in Xcode
This is a lot of questions — I’ll do my best to answer! Should I use KEYS_LIKE_THIS or Keys like this? Does changing a key cause loss of translations? Can missing localisations be a compile-time (instead of runtime) error? Should I use KEYS_LIKE_THIS or Keys like this? Actually, it doesn’t matter! Both will work, and this is more of a matter of personal preference than best practices. Personally, I think using the English string as the key is actually more developer-friendly than SCREAMING_SNAKE_CASE because it helps you visualise the strings in the context of your app. Does changing a key cause loss of translations? It depends! You may think that a localisable string’s key is what uniquely identifies it for translation, but it turns out there are many more contextual clues when it comes to determining “which” string you’re dealing with. Third-party translation tools can use other bits of information such as file path and the source string contents to match up the target st
Replies
Boosts
Views
Activity
Jun ’21
Reply to 2 CollectionView Rows To 2 TableView Ones
What do you mean by translate to? Can you explain with more concrete examples?
Replies
Boosts
Views
Activity
Dec ’20
100 schemes xcode starts to have issues
Hello there, I have worked for about 3 companies that did white label development. To get customer facing applications, for companies that could not afford to build their own apps. Like all the colleges or all the real estate brokerages. So I have been making a new scheme for each of my new customers. This allows them to have their own assets, UI flow, colors etc.. What I have noticed is around my 100th customer. xCode starts to exhibit some odd and slow behavior. Is there a better way? Maybe one Scheme, where I could run a script on at run time? Any feedback would be greatly appreciated.
Replies
3
Boosts
0
Views
1k
Activity
Jun ’20
Reply to Create a pdf from a view in iOS
Is there not a simple API that translates a view into a pdf?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’16