j3k0 / cordova-plugin-openwith

Get your Cordova App in the O.S. "Share" menu on iOS and Android
MIT License
138 stars 114 forks source link

App Groups not working after deploying the app to Test Flight? #36

Open prashant000chaudhary opened 6 years ago

prashant000chaudhary commented 6 years ago

It is working fine with the local build but handler function is not getting called in test flight build. It seems because app groups are not working in the deployed build.

NiklasMerz commented 6 years ago

Does your project show any issues in Xcode? Did you add the group to your distribution provisioning profile?

prashant000chaudhary commented 6 years ago

No, It is working fine when I install the app using Xcode but when I release it to test flight handler function is not getting called and app groups are already added

NiklasMerz commented 6 years ago

Did you check your devices logs in Xcode? I had some issues with app extensions that were not correctly build. Please go to View->Devices and check logs and console.

hackinghieser commented 5 years ago

Maybe this is related to #48. I already posted a possible solution there.