EddyVerbruggen / SocialSharing-PhoneGap-Plugin

πŸ‘¨β€β€οΈβ€πŸ’‹β€πŸ‘¨ Cordova plugin to share text, a file (image/PDF/..), or a URL (or all three) via the native sharing widget
MIT License
1.78k stars 910 forks source link

iOS 10, App does not open #716

Closed Moghul closed 7 years ago

Moghul commented 7 years ago

Hi, I'm having some trouble with this plugin on iOS 10.

I'm building with Cordova CLI 5.4.1, with iOS target version 8.1. It builds and installs fine through testflight. However, my testers have reported that the app hangs on the splash screen. I've also tried building for iOS 8.2 and 9.0 with similar results. I build via the Intel XDK build server.

I've removed this plugin and replaced it with another (just for email) and the issue goes away; app is usable again.

I couldn't find anything in the live logs (After hours of digging) that would suggest anything (So I can't provide a stack trace), and my remote reporting was never triggered (So I have no idea why it failed).

I'm reaching here, I'm fully aware, but I'm hoping I've missed some sort of permission, some minimum requirement... something. It works fine on Android so the code i wrote myself has to be fine...

Otherwise, are there any other options for sharing?

EDIT: Yeah, it seems like this is really the only maintained plugin that actually has a good number of features... I really need help getting this up and running.

Moghul commented 7 years ago

Well, I'm here to tell you something must have gone wrong in the 8.2 build the first time because I just tried it again and it worked. I'll keep my fingers crossed and I'll reopen this if it starts failing again.