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
// try open
if (tigram.isInstalled) {
tigram.openPhoto({
media: screenshot.toBlob(),
caption: caption
});
} else {
alert("Instagram is not installed!");
}
The text was updated successfully, but these errors were encountered:
The module uses a very simple method to determine if Instagram is installed. It's possible that Apple have changed this, due to reports I read about other apps using this method to determine what other apps were installed on a device, without asking permission to do so.
Ti SDK 5.0.0
iOS 9.0
The text was updated successfully, but these errors were encountered: