Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swrve Pod integrations caused, additional languages(localizations) in app store listing. #93

Closed
gopalAkula opened this issue Mar 1, 2016 · 4 comments
Labels

Comments

@gopalAkula
Copy link

Hi Team,

I got an issue while adding Swrve SDK using Pods. I submitted an app to App Store with Swrve SDK v4.0.5. By observing the build details, there are additional language support added to the build. This causes display of additional languages in app store listing. I checked the generated ipa by unzipping it. I observed some language specific files(*.lproj). Is there any way to restrict unintended language folders or it is any configuration change required?

@Sergio-Mira
Copy link

Hi @gopalAkula thanks for letting us know. We have resources in the SDK to render the in-app message text correctly in the following languages: de, en, es, fr, it, nl and pt. Do those match what you are seeing?

I believe it might be possible to remove those from the App Store after you upload your app, let me know if those match and this helps:
https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/DisplayInMoreLanguages.html

@gopalAkula
Copy link
Author

Hi Sergio-Mira, thanks for quick reply.
Yes we are seeing all those files while integrating Swrve SDK using cocapods. It effects the overall language support to the build. It can be observed by checking iTunes connect build details. (If you go to iTunes connect -> Activity -> Under build details. Please review attached file “itunes_build_details.png”.) It is showing Localizations with multiple languages(Dutch, English,French,…etc.). It is happening only when adding Swrve SDK to the app. Currently we are giving support only for English. Please review it in the attachment .

itunes_build_details
itunes_localizations

@Sergio-Mira
Copy link

We'll move to using Cocoapod resource bundles in the next SDK version, until then you could remove those with a pre_install hook like they specify here:
CocoaPods/CocoaPods#1301

@adam-govan
Copy link

Hi @gopalAkula , we have just released iOS SDK 4.3 which fixes the issues you were seeing, it should available in Cocoapods now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants