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

PLEASE READ! If you are migrating from a different AppSales fork. #1

Open
nicolasgomollon opened this issue Dec 22, 2015 · 4 comments

Comments

@nicolasgomollon
Copy link
Owner

1) Your payments will be duplicated after updating to this fork.
- To fix this, you will have to either: (a) manually update the vendor ID on the existing payments before fetching new ones, or (b) clear all of your payments before fetching new ones.
- NOTE: You will have to manually add in payments made prior to the past 24 months using some SQLite editor app. (Detailed instructions will be added soon.)
- WHY? This is due to a fix for a bug that’s been in the code for quite a long time (2d393d1), where the vendor ID was never saved with each payment, so those payments are now duplicated because they’re being re-saved with the proper vendor ID.

2) You will run into issues where the app will crash when attempting to view previously downloaded reviews.
- To fix this, you will have to delete all previous reviews from the database and then download them again within the app. (Detailed instructions will be added soon.)
- NOTE: They should all be redownloaded again, since they’re now fetched directly from iTunes Connect.
- WHY? The database schema was changed significantly in order to support reviews grouped by version and new columns were added, so previous reviews will be missing these columns and relations, which will crash the app whenever accessed.

@pupasani
Copy link

For the 1st issue, will it work if I update the vendor ID on the existing payments manually first (using a SQL editor) before downloading new payments? Might be less work than having to re-input from scratch.

@nicolasgomollon
Copy link
Owner Author

@pupasani Yes, that’s definitely another option, so I’ve updated my post to include it. Thanks!

@xavrr
Copy link

xavrr commented Sep 21, 2017

Hi there, How do you import historical data ? I only get a bit more than one month of data...

@ddaddy
Copy link

ddaddy commented Sep 21, 2017

Use iTunes file sharing to copy your sales reports to the app, then use the import option in the app under our account settings.

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

4 participants