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

Not updating app from app store #95

Closed
pradeep-chauhan opened this issue Oct 18, 2016 · 17 comments
Closed

Not updating app from app store #95

pradeep-chauhan opened this issue Oct 18, 2016 · 17 comments

Comments

@pradeep-chauhan
Copy link

I have implemented Siren and when updates is available it is showing popUp and onClick update it is going to app store but there is no option for update. its showing only open button.
my previous version is 1.0.2 and new version is 1.0.3

@CoolHandLuke88
Copy link

I've noticed that app store has bug where it doesn't update the version. It may be bug on the app store. I don't even use this framework for updating, but curious of using the library. Just heads up if anyone else can confirm.

@ArtSabintsev
Copy link
Owner

It's a bug on the App Store side. If the app just gets updated on the App Store side, siren automatically knows about it. Unfortunately, it takes about 20 to 30 minutes for the app to actually be made available on the App Store side even after the JSON says it's available. This is why it may act like a false positive sometimes.

@pradeep-chauhan
Copy link
Author

My app was live around 4.57 AM and i was check my app at 9.30 the issue is same.

Pradeep Chauhan
(Mob.) +91-9829158345
website: https://branded.me/pradeep-chauhan
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Tuesday, October 18, 2016 at 5:45 PM, Arthur Ariel Sabintsev wrote:

It's a bug on the App Store side. If the app just gets updated on the App Store side, siren automatically knows about it. Unfortunately, it takes about 20 to 30 minutes for the app to actually be made available on the App Store side even after the JSON says it's available. This is why it may act like a false positive sometimes.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub (#95 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/AMaP2-x5frktPwhc8071Z1HBOUjAYH6cks5q1LhXgaJpZM4KZcB0).

@ArtSabintsev
Copy link
Owner

So is the issue that the App Store says OPEN instead of UPDATE? If so, that's an App Store bug.

@ArtSabintsev
Copy link
Owner

Any update?

@ArtSabintsev
Copy link
Owner

Closing this issue due to lack of communication. Feel free to comment if you have any updates.

@lensbox
Copy link

lensbox commented Nov 8, 2016

Hello,
I've tried using your library for the first time on iOS10 and I have the same problem.
The error code says :
[Siren] Error retrieving iOS version number as there was no data returned.
[Siren] Error parsing App Store JSON data.

Do you know what is happening ? Thank you.

@getaaron
Copy link
Contributor

getaaron commented Nov 8, 2016

@lensbox what's your app's ID?

@lensbox
Copy link

lensbox commented Nov 8, 2016

If it is the bundle id you need, it is com.chamberlan.myChamberlan.

@getaaron
Copy link
Contributor

getaaron commented Nov 8, 2016

http://itunes.apple.com/lookup?bundleId=com.chamberlan.myChamberlan does not return any results. Is your app in the App Store?

@lensbox
Copy link

lensbox commented Nov 8, 2016

Version 1.0 is here, only available in the french store for now : https://itunes.apple.com/us/app/chamberlan/id1097726117?l=fr&ls=1&mt=8

@ArtSabintsev
Copy link
Owner

ArtSabintsev commented Nov 8, 2016

Did you set the conutryCode? https://github.com/ArtSabintsev/Siren/blob/master/Siren/Siren.swift#L236

It needs to be set for apps that are not in the US app store.

@lensbox
Copy link

lensbox commented Nov 8, 2016

In fact, I did not. Now everything is working fine. Thanks a lot !
This library is really useful !

@ArtSabintsev
Copy link
Owner

Great - Happy to hear it!

@gbertb
Copy link

gbertb commented Nov 29, 2016

Here's a relevant thread from the apple forums:

https://forums.developer.apple.com/thread/52767

basically apple's response:

_The App Store is global in nature, and it may take time for an update to an app to be available in any given store front in any given region.

I would recommend versioning your server endpoint so that a a version of an app is tied to a version of your server release. For example, you may want to use URLs such as https://example.com/v1/endpoint rather than https://example.com/endpoint. Each version of your app can call the appropriate endpoint, and your server can also report that a new version is available.

This also makes it friendlier to your customers who may not be in a position to update at the moment they want to use your app._

@yudhishtadhayalan
Copy link

[Siren Error] No new update available.
👆🏻 👆🏻 If it shows like this...

For example current version is 1.2 and App Store version also the same 1.2
Then it shows [Siren Error] No new update available.

Decrease the app version and check again..

In your Xcode.. decrease the version in to 1.1 and check It will surely works.. :)

Yours lovingly,
Legend iOS Developer 😆😆😆

@ArtSabintsev
Copy link
Owner

ArtSabintsev commented Jul 24, 2019

Thanks for your feedback.

Locking this issue as it was resolved over 2 years ago.

Repository owner locked as resolved and limited conversation to collaborators Jul 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants