You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to change ASPINRemoteImageDownloader.setSharedImageManagerWith(config)
I'm currently using an ASNetworkImageNode and the url property to get my images but..... very soon those images will require a jwt in the header of a URLRequest to access those images, I found this stackoverflow post and I tried it and it worked for 1 hour until the jwt changed then I couldn't access my images, so I thought I'd change setSharedImageManagerWith and update the config but it appears this can only be set once, is there another way to do this and still get the benifits of using the ASNetworkImage url property.
The text was updated successfully, but these errors were encountered:
Is there a way to change ASPINRemoteImageDownloader.setSharedImageManagerWith(config)
I'm currently using an ASNetworkImageNode and the url property to get my images but..... very soon those images will require a jwt in the header of a URLRequest to access those images, I found this stackoverflow post and I tried it and it worked for 1 hour until the jwt changed then I couldn't access my images, so I thought I'd change setSharedImageManagerWith and update the config but it appears this can only be set once, is there another way to do this and still get the benifits of using the ASNetworkImage url property.
The text was updated successfully, but these errors were encountered: