I wanted to integrate a third-party AD aggregation SDK called "Mopub-SDK",
that SDK "Compile source As" must be "According to file type" .
but the option of xCode-project builded by CF2.5 is...
Type: Posts; User: naiking; Keyword(s):
I wanted to integrate a third-party AD aggregation SDK called "Mopub-SDK",
that SDK "Compile source As" must be "According to file type" .
but the option of xCode-project builded by CF2.5 is...
How to adjust the xCode-project builded by CF2.5 to be the latest version xCode-project?
I want to integrate MoPub-iOS-SDK. if I drag that sdk folder into xCode-project builded by CF2.5.
there is...
Recently I was working on the fusion extension for iOS. I known that.first build as ios-finaly-xCode .and then copy it to mac.
open it with XCode. if I import the third-party SDK folder to...
I pasted all of your code.
but I dont know :how to trigger the methor of " PrepareAndroidBuild " ?
I don't find any where this method is called. so how to trigger this method? is it auto triggered?...
Hi .all.
So far, my MFX can call CRunMyExtenstion's code,and Edittime.cpp can insert "service" "receiver" to AndroidManifest.xml.
However, if I add another SDK to my android project, some code...
Have you done android extensions before?
and how can c++ call java code?
I want to develop a extension for Android.I have finished writing the Java code for android.and compress cods as .Zip file.
and I make a mfx file by c++.(container the properties ,not actions ),and...
in Main.h file ,I defined EDITDATA
LONG secretId;
in Edittime.cpp file ,the function GetPropValue() is follow:
case PROPID_SECRET_ID:
return new CPropDWordValue(edPtr->secretId);
...
I need a extension of android about "adjust",that is an analysis tool.
only 4 properties,and only one method with paramter.
I can easily use "adjust" analysis tool on native android project...
I need a extension of android about "adjust",that is an analysis tool.
only 4 properties,and only one method with paramter.
I can easily use "adjust" analysis tool on native android project...
Java 。I am coding by AndroidStudio.
I was so excited to get a response.
Extension devlopment for Android
I created my CRunTest .java file ,extends CRunExtension .
and linked it in CExtLoad.java file.
but "Publish extension" It just compresses the Java file and has...
Extension devlopment for Android
I created my CRunTest .java file ,extends CRunExtension .
and linked it in CExtLoad.java file.
but "Publish extension" It just compresses the Java file and has...
Extension devlopment for Android
I created my CRunTest .java file ,extends CRunExtension .
and linked it in CExtLoad.java file.
but "Publish extension" It just compresses the Java file and has...
Extension devlopment for Android
I have two reference books《Android Extension SDK》Fernando Vivolo – December 12 - 2015,and《CF 2.5 Extension Developement Kit Help》。
I have some questions:
1.I...
I have been studying extension development for Android recently.
I have two reference books《Android Extension SDK》Fernando Vivolo – December 12 - 2015,and《CF 2.5 Extension Developement Kit Help》。
I...