ivanstojkovicapps

Results 10 comments of ivanstojkovicapps

Hi, angular 1.4.2 and i am loading ngCookies I think the only problem is that the cookie expiration date is session. After the session is finished (on new one started)...

i am using 1.4.0 and i can't get to override the callback url. Here is my strategy: ``` require 'omniauth-oauth2' module OmniAuth module Strategies class Example < OmniAuth::Strategies::OAuth2 option :name,...

You can do it with this in onCreate in your IntroActivity: ``` SwipeableViewPager swipableViewPager = findViewById(R.id.swipeable_view_pager); swipableViewPager.setBackgroundResource(YOUR_RESOURCE); swipableViewPager.getRootView().setBackgroundResource(YOUR_RESOURCE ); ```

the same here, it always set the value to null @salibabu, did you find the solution for this

it seams to work, the first time the value is NSNull, so @MugunthKumar you change following method, otherwise it crashes: -(NSDate_) expiryDateForProduct:(NSString_) productId { NSNumber *expiresDateMs = self.purchaseRecord[productId]; if([[expiresDateMs class]...

are there any plans for doing this :)?

I have the same issue, no report data since 18th July. It looks like it downloads the data but the data is not shown in report view. Maybe it has...