2

I am completely new to ios , mac and xcode. Basically I am a xamarin developer which is based on .net,at the moment our client have a requirement to use an existing sdk in their xamarin ios project. To create a native binding for xamarin ios,we need to create a .framework file.

So how to create a .framework file from existing SDK Codes,for example lets say this one

https://github.com/facebook/facebook-ios-sdk

This is just an example...I know libraries for Facebook already exists in .Net

9
  • You just download the repo and build it. What exactly are struggling with?CommentedDec 15, 2022 at 13:42
  • ya i tried ,but it is giving error...like provisional certificate missing...but why provisional certificate is needed,if sdk is open libraryCommentedDec 15, 2022 at 14:11
  • 1
    Any binary Xcode emits needs to be signed somehow. Provisioning profile contains information on which behalf to sign this binary, and also it checks whether the developer is eligible to do so (e.g. if the project requires Push Notification capabilities, you can only build it with paid Apple Developer Program).CommentedDec 15, 2022 at 14:14
  • ok, unfortunately it is indeed a push notification library that client is looking for..So it is not possible to create a framework file without provisional certifcate from a open source sdk,for android i was able to create aar files for the same sdk...for ios i am really strugglingCommentedDec 15, 2022 at 14:17
  • so your framework can contain functionality that creates or processes push notifications, BUT the final configuration of the push notifications is done on each app which integrates with the framework.CommentedDec 15, 2022 at 15:10

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.