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

Newly installed version release notes not being pulled from iTunes #52

Open
sgano opened this issue Oct 20, 2013 · 4 comments
Open

Newly installed version release notes not being pulled from iTunes #52

sgano opened this issue Oct 20, 2013 · 4 comments

Comments

@sgano
Copy link

sgano commented Oct 20, 2013

Great library! I am trying to figure out why v 1.11 beta isn't showing the latest release notes in iOS 7 after a new version is installed.

I have set both:
[iVersion sharedInstance].previewMode = YES;
[iVersion sharedInstance].showOnFirstLaunch = YES;

Yet the latest release notes from iTunes seem to not be pulled and displayed. Does the library not support pulling this data from iTunes to display after a new version is installed? This line led me to believe that it was:
"iVersion has an additional function, which is to tell users about important new features when they first run an app after downloading a new version."

Or do I need to implement the delegate method "iVersionShouldDisplayNewVersion" and return YES?

I did see a comment about 24 days ago with a similar question - but wasn't sure if that was updated or not.

Thanks!

@nicklockwood
Copy link
Owner

Sorry I never got back about this. Let me know if you're still experiencing this issue.

@sgano
Copy link
Author

sgano commented Oct 14, 2014

When I wrote this I was thinking iVersion could be used in the iOS 7+ use-case where someone auto-updates and then this could be used to tell them what is new after the update (since many no longer see the release notes). But I think you have solved the inverse problem of notifying users when there is an update available if they don't have the latest version.

@nicklockwood
Copy link
Owner

Yes, that's correct. Notifying users of what's new after they've updated is supported, but currently you have to do it by including a plist containing release notes in the app - it's not automatic (yet).

@atherton
Copy link

Hey, I'd like to notify users of what's new after an update. Is this supported automatically using iTunes? I can't seem to get it to work...

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

No branches or pull requests

3 participants