flutter_packages icon indicating copy to clipboard operation
flutter_packages copied to clipboard

[ BUG ] : AttributeUrl don't work anymore in share to instagram story (iOS - Android)

Open siddhinho opened this issue 11 months ago • 2 comments

Appinio social share

AttributeUrl don't work anymore in share to instagram story (iOS - Android)

I can publish in iOS and Android Instagram Story using the method:

appinioSocialShare.iOS.shareToInstagramStory(
                        "************",
                        backgroundImage: backgroundImageFile.path,
                        stickerImage: path,
                        attributionURL:
                            `"https://apps.apple.com/us/app/*********");

I can See the images e make de publish but I can't see the url link on Instagram.

This is my flutter doctor.

[✓] Flutter (Channel stable, 3.24.5, on macOS 15.2 24C101 darwin-arm64, locale en-BR) • Flutter version 3.24.5 on channel stable at /Users/sidd/Developer/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision dec2ee5c1f (2 months ago), 2024-11-13 11:13:06 -0800 • Engine revision a18df97ca5 • Dart version 3.5.4 • DevTools version 2.37.3

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) • Android SDK at /Users/sidd/Library/Android/sdk • Platform android-34, build-tools 34.0.0 • Java binary at: /Applications/Android Studio 2.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 16.2) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 16C5032a • CocoaPods version 1.16.2

[✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2022.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.15+0-b2043.56-8887301)

[✓] Android Studio (version 2024.1) • Android Studio at /Applications/Android Studio 2.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 17.0.11+0-17.0.11b1207.24-11852314)

[✓] VS Code (version 1.96.3) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.102.0

[✓] Connected device (7 available)

[✓] Network resources • All expected network resources are available.

siddhinho avatar Jan 23 '25 19:01 siddhinho

Facing this issue, any update on this?

KadaEndre avatar Aug 28 '25 14:08 KadaEndre

Any updates?

felipeszu avatar Oct 27 '25 16:10 felipeszu