Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Xamarin Forms contain both iOS and Android Xamarin projects inside itself.

Initial setup for Android you can find here and for iOS here.

For functions which you want to use into Android and iOS part you must define into main Xamarin Forms project, for example:

public interface AppoxeeDependencyService
    {
        void setAlias(string alias);
        void triggerInapp();
        void enablePush();
    }


Example project you can find at https://developers.mapp.com

  • No labels