Financials fully functioning once again

1 view
Skip to first unread message

Oliver Drobnik

unread,
Aug 29, 2010, 8:13:02 AM8/29/10
to MyAppSales
Hi,

I implemented the switching to earlier pages on the new financial reports page as promised.

Please updated your project from trunk to get this.

You still need to build against SDK 3.2 for this until further notice. It works fine like this, please be patient until I can take on the migration to CoreData so that I can make it 4.0 backgrounding compatible.

kind regards
Oliver

Dennis Munsie

unread,
Aug 29, 2010, 8:32:28 AM8/29/10
to myapp...@googlegroups.com
Oliver -

Would it be worth doing a version that built with 4.0 but disabled the backgrounding (i.e, UIApplicationExitsOnSuspend)? At least you wouldn't get the emails about it not working on 4.0 anymore that way.

dennis

Oliver Drobnik

unread,
Aug 29, 2010, 8:39:10 AM8/29/10
to myapp...@googlegroups.com
I think there is much more to be updated so that it works on 4.0. Did you test it with this change and did it work?

Prasad Upasani

unread,
Aug 29, 2010, 5:02:47 PM8/29/10
to myapp...@googlegroups.com
It does work on iOS4.0 with UIApplicationExitsOnSuspend turned on (note has to be BOOL type) despite a bunch of warnings regarding deprecated methods.
 
Regards,
Prasad


From: Oliver Drobnik <oli...@drobnik.com>
To: "myapp...@googlegroups.com" <myapp...@googlegroups.com>
Sent: Sun, August 29, 2010 5:39:10 AM
Subject: Re: Financials fully functioning once again

Dylan Wilson - bamhm182

unread,
Aug 29, 2010, 5:39:30 PM8/29/10
to MyAppSales
I had tried this a little bit ago, perhaps I screwed something up.
Would you mind testing something for me? Completely close
MAS(including background icon), open MAS, it should open and check for
new reports. Close MAS(not the background icon, leave that open),
reopen MAS from the springboard icon. Does it search for new reports
the 2nd time it is opened? It wouldn't automatically search for new
reports for me.

Dennis Munsie

unread,
Aug 29, 2010, 6:12:47 PM8/29/10
to myapp...@googlegroups.com
Not sure if this is the same thing, but MAS will only try downloading
until it downloads the reports for the day. Once that happens, it
waits until the next day to automatically download them.

dennis

Pat Toulouse | Ratrod Studio

unread,
Aug 29, 2010, 11:06:19 PM8/29/10
to myapp...@googlegroups.com

I tried this too and its working well J

Finally I can use this great tool again!

I don’t like having to leave an older SDK, when everything else requires to be 4.0 compliant when publishing on the AppStore.

 

Thanks for the tip

Tom Holsten

unread,
Aug 29, 2010, 11:20:46 PM8/29/10
to myapp...@googlegroups.com, <myappsales@googlegroups.com>
I build mine on the. 4.0 SDK but target 3.2.  I've had no problems.

Sent from my iPad

Pat Toulouse | Ratrod Studio

unread,
Aug 29, 2010, 11:31:02 PM8/29/10
to myapp...@googlegroups.com

Ah ok, I tried that a while ago but was getting a bunch of errors.

 

I was wondering, is there a way to download all the daily reports all over again? It only downloaded the last week of daily reports only.

 

The stats showed for each app (average, amount of sales) isn’t accurate. All the monthly reports downloaded correctly, but since the numbers don’t match up, I assume it must be using the Daily report to generate those stats. Is there a way to get those back?

Prasad Upasani

unread,
Aug 29, 2010, 11:36:04 PM8/29/10
to myapp...@googlegroups.com
Sorry, but once they're gone from Apple's site, there is no way to get them back unless you have saved them. I make it a point to download and archive them at least every other day.

Hopefully one of these days Oliver will implement adding up the numbers from the Weekly reports when the Daily reports are not available :-)
 
Regards,
Prasad


From: Pat Toulouse | Ratrod Studio <ptou...@ratrodstudio.com>
To: myapp...@googlegroups.com
Sent: Sun, August 29, 2010 8:31:02 PM
Subject: RE: Financials fully functioning once again

Oliver Drobnik

unread,
Aug 30, 2010, 1:30:14 AM8/30/10
to myapp...@googlegroups.com
Ok, then I'll make the switch as soon as I can.

Sent from my iPad

Oliver Drobnik

unread,
Aug 30, 2010, 1:31:44 AM8/30/10
to myapp...@googlegroups.com
Yes, that's true. Per day it only checks if there was no download yet.

Sent from my iPad

Oliver Drobnik

unread,
Aug 30, 2010, 1:36:26 AM8/30/10
to myapp...@googlegroups.com
Yeah, sorry avout the shitty sums on the apps page. 

Getting the sums from all reports and not just the days is on my todo list for after the migration to CoreData.

Sent from my iPad

Prasad Upasani

unread,
Jul 21, 2011, 1:33:57 PM7/21/11
to myapp...@googlegroups.com
Reviews have not been downloading for the past month or so. Anyone else get this issue? Using the latest build from github.
 
Regards,
Prasad

Michael Kaye

unread,
Jul 21, 2011, 1:35:24 PM7/21/11
to myapp...@googlegroups.com
yep I noticed the same. Haven't had a chance to look at source code myself.

Sylvain Rebaud

unread,
Jul 21, 2011, 3:43:53 PM7/21/11
to myapp...@googlegroups.com
It has to do with the content type check on the response. It now contains text/xml;charset=UTF8 which breaks the test on text/xml only.

-s

Prasad Upasani

unread,
Jul 24, 2011, 8:21:34 PM7/24/11
to myapp...@googlegroups.com
Thank you that helped! I just changed equalsString:@"text/xml" to hasPrefix:@"text/xml" to cater for both.

I'm not too familiar with GitHub but maybe someone who does (or Oliver) can make this change in the official code. Its on line 287 of ReviewDownloaderOperation.m
 
Regards,
Prasad


From: Sylvain Rebaud <sylvain...@gmail.com>
To: "myapp...@googlegroups.com" <myapp...@googlegroups.com>
Sent: Thursday, July 21, 2011 12:43 PM
Subject: Re: Reviews not downloading

Sylvain Rebaud

unread,
Jul 24, 2011, 10:41:13 PM7/24/11
to myapp...@googlegroups.com
Yep that fixed it for me.

-s

Oliver Drobnik

unread,
Jul 25, 2011, 2:09:15 AM7/25/11
to myapp...@googlegroups.com, myapp...@googlegroups.com
Can somebody please fork the repo, make the change and send me a pull request?

Sent from my iPhone

Scott Densmore

unread,
Jul 27, 2011, 12:53:10 AM7/27/11
to myapp...@googlegroups.com
Sent a pull request for the change.

Scott

Oliver Drobnik

unread,
Jul 27, 2011, 3:10:05 AM7/27/11
to myapp...@googlegroups.com
Thanks, merged it

Sent from my iPhone
Reply all
Reply to author
Forward
0 new messages