Usacomplaints.com » Recreation & Entertainment » Complaint / Review: Tapjoy - Offer Wall Issue. #1030404

Complaint / Review
Tapjoy
Offer Wall Issue

I integrated the tapjoy publisherwithoutudid sdk

My Code is:

- (void) applicationDidBecomeActive: (UIApplication *) application
{ [[NSNotificationCenter defaultCenter] addObserver: self selector:@selector (showEarnedCurrencyAlert:) name: TJC_TAPPOINTS_EARNED_NOTIFICATION object: nil];
}

- (void) showEarnedCurrencyAlert: (NSNotification*) notifyObj
{ NSLog (@"showEarnedCurrencyAlert called"); NSNumber *tapPointsEarned = notifyObj. Object; int earnedNum = [tapPointsEarned intValue]; NSLog (@"Currency earned: %d", earnedNum); [TapjoyConnect showDefaultEarnedCurrencyAlert]; [[NSNotificationCenter defaultCenter] removeObserver: self name: TJC_TAPPOINTS_EARNED_NOTIFICATION object: nil];
}
- (void) applicationWillResignActive: (UIApplication *) application
{ [[NSNotificationCenter defaultCenter] removeObserver: self name: TJC_TAPPOINTS_EARNED_NOTIFICATION object: nil];
}
step: 1
when i run the application first time, i didn't get any notification from Tapjoy.

When i quit the app and reopen (2nd time) then i got a notification like the attached image.in that alertview, my previous total earned hints showing.
When i quit app and reopen (3,4...) i didn't get that alertview.
Step: 2
when i remove the app from background and reopen step: 1 procedure continue..

Why it is coming like that...

I need the EarnedCurrencyAlertview when the offer is successfully completed by the user with earned hits at that time not total earned hints.

I posted this post in google docs but some one is saying don't post the queries in the google docs. So i am sending my problem in ticket. The query which i post in the google docs is check the below link:

Https://groups. Google.com/forum/? Fromgroups=#! Topic/tapjoy-developer/Zqj_fcX14Uc
what should i have to do...
Please help me...


Offender: Tapjoy

Country: USA

Category: Recreation & Entertainment

0 comments

Information
Only registered users can leave comments.
Please Register on our website, it will take a few seconds.




Quick Registration via social networks:
Login with FacebookLogin with Google