get back history call android with blazor MUI - c#

I start with blazor MUI, i need to create button on call history android to launch app with phone number parameter menu or in my blazor app get back history call to search phone number in my API list.
Is-it possible ?
thanks in advance

Related

Can't upload my app to windows phone store

I ask for forgiveness if this is not the right place to ask this.
Im trying to publish my app to windows phone store. My app is a wp 8.1 app.
I already paid for the company account and all the tutorials say that I should go to the dashboard, but whenever I tried to enter to the dashboard I got the same screen asking me to choose for the account type again. Is this a bug or what?
I've seen others tutorials and they can do it normally but i can't enter. I can't even find the link of where I reserve the name of my app.
I recive a confirmation from microsoft giving me the welcome.
Is there anything I need to do that Im missing? Why is the dashboard always asking me for account type when I already bought the company account type?
The Windows Phone and Windows app stores are being unified. If you have been migrated to the unified app store, you should be able to view your dashboard using https://dev.windows.com/overview and submit your app from there or go directly to the submit page on https://dev.windows.com/dashboard/Application/New

Facebook login via application or webview if app is not installed in Windows phone 8

Basically I want to achieve the same fucntionality which you normally see in android or ios devices. So if I click on login it should open facebook application(not webview) if facebook is installed but in case app is not installed it should open webview.
Currently it shows me a message do you want to search on store which I don't want.
Any help will be highly appreciated.
Thanks
Vinod
Windows Phone SDK only has the API to launch an app from another app which wouldn't work in your case since you would not be able to share session tokens.
Your best approach to achieving this would be to try out the third party Facebook SDK for .NET. Take a look at the Login API which seems to provide the ability to invoke the facebook application on the app and if not available would take the user to the store (LoginBehaviorApplicationOnly - Windows Phone 8.1).
I understand you would like to bring up the WebView if app isn't available but this SDK doesn't seem to have that functionality. You could contribute to the project or request a feature addition.
Hope this gives you a good start?

Access Android in-app purchase info with asp.net c#

I currently have an app on the Android Google Play market which has a few in app purchases available.
I am looking to add another one which would be a subscription to give them extra functionality not only in the Android app, but also on my website too.
The availability of the feature on the website would be tied into the Android app and if the stop subscribing in the app then I would want to stop access on the website too.
Is there a way to check if they have purchased an in app upgrade using asp.net (preferably with c#, however open to other methods) and if so could you point me in the right direction as to what I need to do please?
My attempts at Googling this has returned no results so I am not sure if this is possible or if my Googling is just rubbish!
Thanks.

share a message in Linkedin via windows phone

want to share a link from my application in windows phone 7. Any one know a good API library for this.....I have downloaded a API from a site which shows null information like this
Usage
1. Create a button that sends the user to a page where the login process will start like LinkedInBeginAuth.aspx or Account/LinkedInBeginAuth in MVC
2.Inside LinkedInBeginAuth Page add the following code
Create the page that the user will be redirected after login
Inside that page add
5.That's it!
Library is in EARLY development so expect major changes. Use it wisely.
Have you looked at the ShareStatusTask :-
http://msdn.microsoft.com/en-us/library/hh394027(v=VS.92).aspx
If you want to use the LinkedIn API you'll need to connect via OAuth. (You can do this with Hammock & a WebBrowser control.)
Once connected you can call their REST API.
Alternatively, or possibly as a starting point, you could look at http://linkedintoolkit.codeplex.com/ but it doesn't look complete.

How to get dates/appointments from app into windows phone calender?

I'm building an app that receives data about events (meetings etc.), and my task is to give the user the possibility for adding them (or some of them) to his device calendar.
Since there is no way in the windows phone API for write access to the user's calendar, how would you guys solve such a problem? Is there any recommended way to offer a file, data set or whatever to the user which he can store/add easily?
You could create a web service that outputs iCalendar (.ics) files and open them on your phone in a collapsed WebBrowser - that could work.

Categories