Skip to content
This repository has been archived by the owner on Apr 8, 2018. It is now read-only.

Not working with iOS 8.1 #2

Closed
saltwat5r opened this issue Nov 12, 2014 · 8 comments
Closed

Not working with iOS 8.1 #2

saltwat5r opened this issue Nov 12, 2014 · 8 comments

Comments

@saltwat5r
Copy link

Hi!
I have a problem with plugin, because it not works on iOS 8.1...
Any solution for this?

@vfog
Copy link
Owner

vfog commented Nov 16, 2014

What is the specific issue you are seeing? I tried using it on iOS 8.1 without any issues.

@saltwat5r
Copy link
Author

I'm using it in Phonegap app and it works on iOS < 8.1, but on iOS 8.1 I don't receive any error logs and mjpeg image is not working (there's an empty UIImageView visible).

@vfog
Copy link
Owner

vfog commented Nov 18, 2014

Have you set the delegate on the FOGMJPEGImageView? Does the FOGMJPEGImageView:loadingImgaeDidFailWithError: method never get called?

@saltwat5r
Copy link
Author

I've just replaced one of your links in Example app and Mpjeg still not working on iOS 8.1, when it works well on iOS 7.1... There is no error in Logs.

@saltwat5r
Copy link
Author

This is link for my MJpeg:
MJpeg URL

@saltwat5r
Copy link
Author

Do You have any idea?

@vfog
Copy link
Owner

vfog commented Dec 15, 2014

Sorry for the delay. I took a look and the issue is the URL you were trying requires authentication. You can see this for yourself by modifying the FOGMJPEGDataReader and adding an implementation of the NSURLSessionDataDelegate's URLSession:didReceiveChallenge:completionHandler: method.

I don't presently have any support, but gladly accept a pull request if you're so inclined!

@vfog
Copy link
Owner

vfog commented May 8, 2015

Closing since there has been no activity in nearly 5 months.

@vfog vfog closed this as completed May 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants