Closed ashes999 closed 9 years ago
getUseHttps and setUseHttps was removed in 5.0.0 version. I will remove it from Flurry asap.
It looks like these methods are for iOS only; see this issue
It seems like there are other signature changes.
You can find a decompiled pastebin of the FlurryAgent v5 here.
I'll try to maintain the list here.
start(java.lang.String)
=> onStartSession(android.content.Context, java.lang.String)
stop()
=> onEndSession(android.context.Context)
setUseHttps
(gone)Everything else matches your JNI signatures.
Please check latest commits.
I didn't notice those changes (new return value). Nice catch. I'll re-test and let you know.
This is fixed. Thanks again.
Thank you for testing.
Hi,
I upgraded to the latest version of your repository. I get a Java error on app run:
My app closes immediately.