We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The image file in tmp/ directory isn't removed after sending it to Instagram app. But if the deinitializer remove it, Instagram app doesn't start.
tmp/
The text was updated successfully, but these errors were encountered:
This library has the removeTemporaryImage: method to remove it now.
removeTemporaryImage:
Sorry, something went wrong.
Add the removeTemporaryImage method without the completion paratemer. It calls the removeTemporaryImage: method setting the completion paratemer nil.
removeTemporaryImage
completion
nil
By the way, it's not usually necessary to use these methods because this library overwrites an existing file.
jpmartha
No branches or pull requests
The image file in
tmp/
directory isn't removed after sending it to Instagram app.But if the deinitializer remove it, Instagram app doesn't start.
The text was updated successfully, but these errors were encountered: