fluttercommunity / plus_plugins

Flutter Community Plus Plugins
BSD 3-Clause "New" or "Revised" License
1.6k stars 963 forks source link

‘TikTok’ app doesn’t appear on the suggested app list in the share sheet to share image+text in Ios #1348

Closed mohapatra-swagatika closed 1 year ago

mohapatra-swagatika commented 1 year ago

Platform

ios

Plugin

share_plus

Version

6.3.0

Flutter SDK

3.0.1

Steps to reproduce

1.in your phone tiktok app is already installed 2.call share.shareXFiles in that attached simple text and one file 2.then on the share sheet you didnt see the i tiktok app suggestion to share

Code Sample

Share.shareXFiles(files,
          text: '$sharingText\n',
          sharePositionOrigin: box!.localToGlobal(Offset.zero) & box.size
          )

Logs

[  +37 ms] executing: sysctl hw.optional.arm64
[   +6 ms] Exit code 0 from: sysctl hw.optional.arm64
[        ] hw.optional.arm64: 1
[   +3 ms] executing: [/Users/thinksys/Desktop/flutter/] git -c log.showSignature=false log -n 1
--pretty=format:%H
[  +17 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] fb57da5f945d02ef4f98dfd9409a72b7cce74268
[        ] executing: [/Users/thinksys/Desktop/flutter/] git tag --points-at
fb57da5f945d02ef4f98dfd9409a72b7cce74268
[  +75 ms] Exit code 0 from: git tag --points-at fb57da5f945d02ef4f98dfd9409a72b7cce74268
[        ] 3.0.1
[   +4 ms] executing: [/Users/thinksys/Desktop/flutter/] git rev-parse --abbrev-ref --symbolic
@{u}
[   +8 ms] Exit code 0 from: git

Flutter Doctor

[✓] Flutter (Channel stable, 3.0.1, on macOS 12.2.1 21D62 darwin-arm, locale en-IN)
    • Flutter version 3.0.1 at /Users/thinksys/Desktop/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision fb57da5f94 (6 months ago), 2022-05-19 15:50:29 -0700
    • Engine revision caaafc5604
    • Dart version 2.17.1
    • DevTools version 2.12.2

[!] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
    • Android SDK at /Users/thinksys/Library/Android/sdk
    ✗ cmdline-tools component is missing
      Run `path/to/sdkmanager --install "cmdline-tools;latest"`
      See https://developer.android.com/studio/command-line for more details.
    ✗ Android license status unknown.
      Run `flutter doctor --android-licenses` to accept the SDK licenses.
      See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.

[✓] Xcode - develop for iOS and macOS (Xcode 13.4)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • CocoaPods version 1.11.3

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

[✓] Android Studio (version 2021.2)
    • 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.12+0-b1504.28-7817840)

[✓] VS Code (version 1.67.2)
    • VS Code at /Users/thinksys/Downloads/Visual Studio Code.app/Contents
    • Flutter extension version 3.52.0

[✓] Connected device (3 available)
    • iPhone 11 (mobile) • 095E6E4A-5E3C-4FAF-985E-FD11AB05DA77 • ios            •
      com.apple.CoreSimulator.SimRuntime.iOS-15-5 (simulator)
    • macOS (desktop)    • macos                                • darwin-arm64   • macOS 12.2.1
      21D62 darwin-arm
    • Chrome (web)       • chrome                               • web-javascript • Google Chrome
      107.0.5304.121

[✓] HTTP Host Availability
    • All required HTTP hosts are available

! Doctor found issues in 1 category.

Checklist before submitting a bug

mohapatra-swagatika commented 1 year ago

https://user-images.githubusercontent.com/108865488/203924290-b4236c3f-98e1-435d-9a39-158bc0362495.mp4

Please check the video .

jeffsorr commented 1 year ago

This may be due a limitation of TikTok's integration with the iOS UIActivityViewController (aka share sheet) Using native iOS code (not Flutter)

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days