Git Product home page Git Product logo

Comments (19)

croccio avatar croccio commented on June 1, 2024 1

sv = el salvador (te quiero mi amor XD XD) - https://www.youtube.com/watch?v=Yrtpl9aDDrk
se = swedish

from siren.

ArtSabintsev avatar ArtSabintsev commented on June 1, 2024 1

whoops - I'll fix the localization stuff in a new PR in the next hour.

from siren.

ArtSabintsev avatar ArtSabintsev commented on June 1, 2024

On vacation, will respond soon.

Siren uses the Bundle ID now. Is your Bundle ID the same as the one in the store for your app target that is throwing this error?

from siren.

troligtvis avatar troligtvis commented on June 1, 2024

Yes it is the very same, I even tried the 0.7.0 version so I can input the
app Id. But it still gave me the error, so maybe there is something else
that is the problem?
fre 20 maj 2016 kl. 07:28 skrev Arthur Ariel Sabintsev <
[email protected]>:

On vacation, will respond soon.

Siren uses the Bundle ID now. Is your Bundle ID the same as the one in the
store for your app target that is throwing this error?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#61 (comment)

from siren.

ArtSabintsev avatar ArtSabintsev commented on June 1, 2024

What's your Bundle ID and what's the current version of the app that's in the store? Also, an AppStore link would be helpful.

Thanks!

from siren.

ArtSabintsev avatar ArtSabintsev commented on June 1, 2024

I see your PR. Closing this issue.

from siren.

troligtvis avatar troligtvis commented on June 1, 2024

Sorry for late answer. Here is the appstore link [REDACTED]

Is it 'safe' to share the bundle id public? I mean security reasons and such.

from siren.

ArtSabintsev avatar ArtSabintsev commented on June 1, 2024

Yes, it's perfectly safe.

from siren.

ArtSabintsev avatar ArtSabintsev commented on June 1, 2024

I deleted it for you after I grabbed a copy

from siren.

ArtSabintsev avatar ArtSabintsev commented on June 1, 2024

and that's not the bundle ID, that's the URL. I need the com.myDomain.myApp - that's the bundle ID.

from siren.

troligtvis avatar troligtvis commented on June 1, 2024

Ah ok, here is the bundle ID, com.friendoapp.Friendo

I don't know if I made some other changes that could cause the problem to occur.

from siren.

croccio avatar croccio commented on June 1, 2024

@troligtvis
is your app available in one or some country and not all around the world?
If YES set the countryCode.

For example my app is available only in italy, so i i use this

    let siren = Siren.sharedInstance

    siren.debugEnabled = true

    siren.alertType = SirenAlertType.Force

    siren.revisionUpdateAlertType = SirenAlertType.Skip
    siren.patchUpdateAlertType = SirenAlertType.Option
    siren.minorUpdateAlertType = SirenAlertType.Force
    siren.majorUpdateAlertType = SirenAlertType.Force

    siren.checkVersion(.Immediately)

it doesn't not work.
lib call this service to verify app version https://itunes.apple.com/lookup?bundleId=com.paybay.qui

as you can see in response results's length is zero.

if you add "countryCode'

    let siren = Siren.sharedInstance

    siren.countryCode = "it" //BECAUSE MY APP IS AVAILABLE ONLY IN ITALY

    siren.debugEnabled = true

    siren.alertType = SirenAlertType.Force

    siren.revisionUpdateAlertType = SirenAlertType.Skip
    siren.patchUpdateAlertType = SirenAlertType.Option
    siren.minorUpdateAlertType = SirenAlertType.Force
    siren.majorUpdateAlertType = SirenAlertType.Force

    siren.checkVersion(.Immediately)

lib call this service https://itunes.apple.com/lookup?country=it-IT&bundleId=com.paybay.qui and as you can see your app is returned.

let me know ;)

from siren.

troligtvis avatar troligtvis commented on June 1, 2024

Thank you, that solved it!

I used only the forceLanguageLocalization
siren.forceLanguageLocalization = SirenLanguageType.Swedish
with countryCode it works great!
siren.countryCode = "se"

from siren.

ArtSabintsev avatar ArtSabintsev commented on June 1, 2024

Awesome! Glad you got it working!

Is 'sv' different from 'se'? The app has Swedish set as 'sv'.

from siren.

ArtSabintsev avatar ArtSabintsev commented on June 1, 2024

According to this document, http://www.loc.gov/standards/iso639-2/php/English_list.php, which Apple links to in their own documents, sv stands for Swedish under the ISO 639-1 standard. That's why I used sv.

Can you show me a doc that says it's se?

from siren.

troligtvis avatar troligtvis commented on June 1, 2024

I think both works but in different situations.

In the app store it is "se"

from siren.

ArtSabintsev avatar ArtSabintsev commented on June 1, 2024

Can you send me an app store link with that example?

from siren.

troligtvis avatar troligtvis commented on June 1, 2024

I send one before but it became redacted. But here it is -> https://itunes.apple.com/se/app/friendo-events/id1069606352

from siren.

ArtSabintsev avatar ArtSabintsev commented on June 1, 2024

ok cool - I'll make the change in Siren and Harpy.

from siren.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.