Can we use inmobi after admob termination - inmobi

My admob account is terminated for some reason which I am not aware. Now instead of admob can I use inmobi ads and publish a new apk to Google play store?

Yes definitely you can use InMobi.

Related

how to add payments directly between client/provider in android studio?

how to add payments directly between client/provider (and maybe I will take commission) in android studio?
Can I use stripe or any other thing to achieve this?
As you said, you can use stripe.
Here you have the documentation, I can't write the full process here https://stripe.com/docs/payments/accept-a-payment

Spotify Unity SDK

Does anyone know, do I need any kind of addition rights (or license agreements) for implementing custom Unity wrapper for Spotify SDK? On its own, the Spotify Unity wrapper will not include any Spotify libs (no Android nor iOS). Each developer will be prompted to download appropriate SDK from the official Spotify website and import into Unity project manually.
I am considering the possibility of selling the custom Unity wrapper for Spotify SDK on the market (Unity Asset Store etc.). I will NOT sell any Spotify resources/libs, just my custom implementation of Unity wrapper for Spotify. But anyway, I need the information about the possible required granted permissions from the Spotify itself.
If you have any kind of useful information according to this case, please, share with me. Thank you!
I can't give any specific legal advice, I'd suggest you approach a legal expert - but it's worth checking out Spotify's Developer Terms of Service, specifically noting the excerpt "Unless you receive Spotify’s written approval, you shall not use the Spotify Platform to incorporate Spotify Content into any game functionality".

Google push notifications for xamarin forms

I am using xamarin forms and started work on google push notification. I am building application for iOS and android. Please help me how i should use this?
I believe that you are referring to Google Cloud Messaging. See https://developers.google.com/cloud-messaging/
Here's a walkthrough for using push notifications on Xamarin.Android:
https://developer.xamarin.com/guides/android/application_fundamentals/notifications/remote_notifications_in_android/
To get GCM notification on iOS take a look at:
https://www.nuget.org/packages/Xamarin.Google.iOS.GoogleCloudMessaging
To get cross platform push notifications you can look at PushSharp:
https://github.com/Redth/PushSharp
http://redth.codes/pushsharp-3-0-the-push-awakens/
Good luck!

Xamarin.IOS -> How to interact with sharing to Facebook, Whatsup, etc

I have an app where I wanna share some content to facebook, whatsup, mail and message. How do I interact with the native apps installed on the users phone. It would be something like the Implicit Intent for Xamarin.Android.
I'm using MVVM Cross.
Any help to guide me to the right direction is appreciated.
Thank you,
You need to use Intents in Android and URL Schemes in iOS to accomplish this. You can find the information you need on the developer portals:
Android
https://developers.facebook.com/docs/sharing/android
http://developer.android.com/training/sharing/send.html
iOS
What are all the custom URL schemes supported by the Facebook iPhone app?
https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Inter-AppCommunication/Inter-AppCommunication.html#//apple_ref/doc/uid/TP40007072-CH6-SW1

Access cards outside my glass app

Is it possible to access card outside your application in android studio? Im trying to catch data from a card which been sent through an google API mirror to my glass using apache server.
If you are talking about access other applications' card using yours, then the answer is no. There is no way you can grab information without the right permission.
Or.. if you are talking about updating your own card, you use Live Cards.
Thanks for the reply. I will be more specific. What I want is to send static cards from a mirror API to my app in my glasses. Then use those static cards, or view them in my notification menu in my app. Is it possible to send static cards from a Mirror API to my app? Im using Android studio.

Resources