Can hot load add entitlements to enterprise projects?

  • 1
  • Problem
  • Updated 4 years ago
Can hot load add entitlements to enterprise projects? If not how can this be done with PGB?
Photo of lars johnson

lars johnson

  • 11 Posts
  • 0 Reply Likes
  • fustrated

Posted 4 years ago

  • 1
Photo of JesseMonroy650 (Volunteer)

JesseMonroy650 (Volunteer), Champion

  • 3325 Posts
  • 122 Reply Likes
@Iars,
your English is a bit confused. Can you restate what you are trying to do?

Thanks
Jesse
Photo of lars johnson

lars johnson

  • 11 Posts
  • 0 Reply Likes
Sure, we want to use PGB to build enterprise apps where we can use information stored in keychain to authenticate to our network, then this information could be shared between our apps. This would require a plugin with a hook that has the entitlements as seen here in this plugin https://github.com/Telerik-Verified-P...

So the problem with PGB is there seems to be no way to add entitlements to an app or use hooks and probably will not be supported in the future.

Could it be done with loading native code in Shaz's presentation?
http://phonegap.com/blog/2016/05/09/p...
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
Would this plugin be something you had in mind?
https://www.npmjs.com/package/cordova...

Otherwise, you could try and contact Eddy Verbruggen, the author of the Telerik plugin, directly. He might have a solution for you, because he is very active in the plugins area.
Photo of lars johnson

lars johnson

  • 11 Posts
  • 0 Reply Likes
So i didi contact Eddy, see here our conversation https://github.com/Telerik-Verified-P...

Is there any work-around to add entitlements to an app or use hooks in PGB?
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
Not without a suitable plugin, which might be the one I linked to in my previous post.