iOS Question Mediation question

tufanv

Expert
Licensed User
Longtime User
Hello,

For chartboost integration, besides sdk and adapters we need to :

Link the StoreKit, Foundation, CoreGraphics, and UIKit frameworks.

found the storekit,foundation,uikit frameworks and downloaded them but i can't find anywhere the coregraphics.framework.

How or where i can get it ?

another question : are foundation,storekit and uikit are already enabled on our b4i projects or we need to add them.
Thanks
 
Last edited:

tufanv

Expert
Licensed User
Longtime User
You don't need to download them as they are internal frameworks.

Add these lines:
B4X:
#AdditionalLib: StoreKit.framework
#AdditionalLib: CoreGraphics.framework
Thanks for the help. Does this mean that foundation and uikit are already added by default in b4i projects ? so we add the other 2 only ?
 
Upvote 0

JanPRO

Well-Known Member
Licensed User
Longtime User
Does this mean that foundation and uikit are already added by default in b4i projects ?

Yes. the UIKit and Foundation framework will be added through iCore.

Jan
 
Upvote 0
Top