Flurry plugin integration in phonegap - iphone

I followed this link (https://github.com/jfpsf/flurry-phonegap-plugin) to integrate flurry plugin in phonegap iPhone app.
After integration as given in the link.
I called flurry methods:
flurry.startSession('XYZ',function(){
alert('success session');
},function(){
alert('fail session');
});
flurry.logEvent('app logevent',function(){
alert('success logEvent');
},function(){
alert('fail logEvent');
});
that are not giving any response.
When app send to the background by clicking on home button and again open the app that flurry event occurred and works perfectly.
Can anyone please help me for this. Why flurry plugin methods are working when app come from background?
Thanks in advance.

Please ensure that you press the home button before closing the app. This is required in order to complete the Flurry reporting lifecycle.
Please read the correct answer in this stackoverflow post: Adding Flurry in the alertView

Related

IONIC inappbrowser loadstop event not working in IOS

I am launching an https://... URL in iPhone within inAppBrowser. I am trying to call 'loadstop' event for inappbrowser. It is not getting called in Iphone but it works for Android.
Please let me know if there is any API update is required.
Thanks,

Is it possible to deep link to a Facebook Event page?

I've tried fb://event/EventID#Here which attempts to open the event page in the Facebook app, but then says "Unable to load event. It may have been cancelled." Obviously I didn't cancel the event, and it isn't Private or Guest View only. Is this function simply not supported in iOS 10?
If not, what Facebook deep links are supported? I've only had success with Profiles and Pages, but this post has quite a large list that supposedly work: What are all the custom URL schemes supported by the Facebook iPhone app? (hasn't been updated for iOS 10 though)
fb://event?id=[eventID] appears to work
deeplinks are supported now, your link should be https://facebook.com/events/:eventId/
For me, #Wes answer did not work. Only seems to run with fb://event/:eventId
Maybe the API changed...

Bug in facebook single sign on in ios6

Bug in facebook single sign on in ios6
Please check the above image. Whn i click on cancel it's not going back to the app instead it's stays in facebook itself. This is happening only in iOS6. In iOS5.1.1 it's working perfectly. Please help!!!
Thanks...
You should submit your bug to Facebook and provide as much detail as possible (including some sample code) https://developers.facebook.com/bugs/create
User after pressing cancel in FB app when comes back to your app manually, your handler will be called with status as FBSessionStateClosedLoginFailed. So check for this status and raise proper error message or try opening the session again.

ShareKit : Facebook connection issue in iOS

getshrekit.com : Yesterday I was facing problem in Facebook. I was register App on Facebook and that keys are incorporated in ShareKit when I was click the Facebook button I was getting error Screen shot attached.
Please provide your feedback.!
Whenever you use ShareKit, you need to first check updated version of it. You can follow this link and i hope it will certainly help you. http://getsharekit.com/docs/

'Download App' button on Application Page... how do you do that?

I'm a a bit stuck...
I see on the Spotify app page (http://www.facebook.com/apps/application.php?id=174829003346) you can see a 'Download App' button at the top. How do I replicate this on my own app page? I can't find anything in the app settings area that lets me set a URL for example. I selected 'native/desktop' app type but this doesn't give me anything else. My app is neither an Android or iOS app either. I want a link to my own website to download the app.
Please help...
Thank you
It is an older feature of Facebook Pages that they say is now deprecated. If you had the link/button before they removed the functionality, it will still appear on your Page. Unfortunately, there doesn't seem to be a way to edit/change/delete it.
This is the closest related thread I can find:
http://developers.facebook.com/bugs/236073243178846/