xamarin Is it possible to create Android .AAR file from Xamarin - xamarin.android

I need to generate Android archive (.AAR) file from my Xamarin project. AAR file is required for embedding the app generated via Xamarin to an another android app which is developed in Android studio. So is there any option that i can generate AAR file from my xamarin project or if any other work around is possible so that i can embed my xamarin app to android app?.

Related

Visual Studio: how to generate debug symbols for Xamarin Android apps

I have a Xamarin.Forms app, created using Visual Studio, which includes Android and iOS projects.
The app is deployed via App Center, which supports crash logging, but this feature requires upload of the app's debug symbols.
The App Center documentation includes detailed information about how to locate and upload debug symbols for iOS projects, but there is no equivalent documentation for Android projects. I have also been unable to find this documentation online, either from Xamarin or elsewhere.
Can anyone please point me to a resource that explains Xamarin.Android debug symbolication (or tell me the procedure)?
Many thanks.

Skype for Business App SDK on iOS - Why does SfBApplication.sharedApplication return nil/null?

When I retrieve SfBApplication.sharedApplication in viewdidload of my iPhone app's main view controller, I get nil/null but no errors or log info.
What could be causing this?
Specifically I would like to know if the SDK code contains cases when it returns nil here but does not raise an error.
Context: I am using the SDK in the iPhone simulator, and I am accessing the simulator version of the SDK framework from Xamarin - I have created Xamarin iOS bindings for the native framework. I have already seen the SDK working in the iPhone simulator in an Objective-C App.
Solved it myself: this was a problem with the build tools for Xamarin iOS binding projects in Visual Studio.
When I built the same Xamarin iOS Bindings project in Xamarin Studio on the Mac, the SfB App SDK worked - including video calling in the iPhone Simulator.
Lesson learned: create iOS binding projects in Xamarin Studio, on the Mac.

Is there any way to play vorbis ogg files in Xamarin.iOS?

Is there any supportive/Binding library Or any tool available to run .ogg files into Xamarin.ios project ?
I already tried with
Nvorbis, NAudio: those library needs lots of system dlls which is not good to use for mobile application development.
IDZAQAudioPlayer: but its a Xcode project ( working fine with Xcode but i need something for Xamarin.iOS - Xamarin Studio)
Urho.Audio: It does not support IOS 7.0
Any help would be appreciated.
Thanks.

Adobe Flex Mobile + AIR - Custom iOS Build Setting

I am building some Adobe Flex Mobile application using Flex 4.6.0 + AIR 3.5 only for iOS
This app involves some iOS Native Extension created also by me.
The thing is that this ANE uses some third party framework (GD.framework from Good Dynamics Technology). That framework requires GD FIPS linker to be used, and for that, i need to set some custom build settings in a .xcconfig file, with this content:
FIPS_PACKAGE=$(CURRENT_ARCH).sdk LDPLUSPLUS=/Good
Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld
LD=/Good
Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld
The ANE compiles OK, but then, I add the ANE to the app, I compile the app, but when I launch the app, it crashes because the FIPS linker was not properly got set on my Flex Mobile project.
So, my question is:
Is there a way to set the above configuration on my project like somebody would do in a Xcode project?
Regards!

Phonegap 3.3-3.4 How to add icon for IOS

I am building IOS on cloud. My local phonegap project only runs on android sdk, no ios sdk. Hence, I do not have the folder structure for ios.
Where should i place the app icon for ios ? I believe the default \www\res\icon path is not working. I have to manually place my android icon in \platforms\android\res\drawable for my android icon to work.
i am using a hook for copying these files, because it seems that cordova is not able to do it.
http://devgirl.org/2013/11/12/three-hooks-your-cordovaphonegap-project-needs/

Resources