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
Then I installed the plugin into a newly created {N} app with:
tns create myapp
cd my app
tns plugin add /work/myplugin
tns build ios
The resulting application doesn't appear to take into account the CFBundleURLTypes setting from the plugin. On the other hand the NSAppTransportSecurity works fine.
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
CLI: 3.1.1
Cross-platform modules: 3.1.0
Runtime(s): tns-android: 3.0.0 and tns-ios: 3.0.0
Plugin(s):
Please tell us how to recreate the issue in as much detail as possible.
Please, provide the details below:
Did you verify this is a real problem by searching [Stack Overflow]
No
Tell us about the problem
I developed a custom {N} plugin and added a
platform/ios/Info.plist
file with the following contents:Then I installed the plugin into a newly created {N} app with:
The resulting application doesn't appear to take into account the
CFBundleURLTypes
setting from the plugin. On the other hand theNSAppTransportSecurity
works fine.Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
The text was updated successfully, but these errors were encountered: