Alexander Reyes
Alexander Reyes
@NathanaelA i updated the thread, my bad, i forgot part of it :) CAN THIS BE THE CAUSE? I know {N} is not webview but just in case ... ```...
I am going to start working in the iOS version where wrapping wont be an issue as an SDK is available.
@NathanaelA i will dig on this a little bit more. MobileIron is not blocking anything unless its set in the global policy and that only affects external storage, which may...
@NathanaelA the path with the app wrapped will be something like this: /data/data/forgepond.com.your.packagename/ And {N} is building the path without the forgepond. right? Thats why its failing. The fix should...
@NathanaelA @NickIliev @Pip3r4o @valentinstoychev This is why it's not working. {N} is trying to copy and work from a path that doesn't includes "forgepond." The fix will be checking for:...
@NathanaelA is there any variable in {N} iOS that i can use as placeholder for CFBundleIdentifier? I can see this on the default info.plist: ``` CFBundleName ${PRODUCT_NAME} ```
+1 oh yeah
For all those searching for a good alternative for local storage in NativeScript, take a look at Couchbase.Lite plugin http://blog.couchbase.com/2016/april/couchbase-mobile-in-a-cross-platform-telerik-nativescript-app
Hi, i ported this to C# myself and it works. A few things left to the side bacause i'm not an expert on Swift and it seems are not needed...
It's very useful as there's not default ViewPager on iOS/Xamarin/C# so, i hope people use it :)