Xamarin Forms: Report an Issue - Screenshot and Email - xamarin

In Xamarin.Forms 5.0, I need to do "Report an Issue" feature in my app.
For this, I need to take screenshot of the current screen, and send email to the developer.
Is this functionality is readily available ?
Or I have to write code...
to take screenshot
save the screenshot and
send to the developer.

Related

This tab is not available on mobile

Recently, our (published) app stopped working on mobile, with the above message, "This tab is not available on mobile". The app is a custom teams tab basically.
What can be causing this issue?
From our side, we have not changed anything (neither in the manifest nor in the hosting).
Are there some changes in the teams policy or maybe some new requirements or changes?
In the desktop/web client the app works like it did before. On the mobile, if you try to click a link to the app tab, it shows this notification tooltip "not available on mobile" instead of opening the tab.
Manifest version: 1.9
"#microsoft/teams-js": "^1.12.1",
Not sure, if the versions are related, the mobile client shows that tooltip without even trying to open the tab.
It looks like the problem appeared with some latest update of the Teams client. The app is still working fine with Teams client from June 2022, but starts showing this message "tab is not available on mobile" if the Teams mobile client is updated to the latest version.
I have noticed that now there is a button to "Add an app.." in the teams app on mobile. Are there some new requirements for existing apps because of this maybe (so that existing apps won't work on mobile unless adapted)?
Related observation: all app tabs created disappeared on "More..." tab after mobile teams client is updated
Appreciate any insights what might be causing the issue?
Posting the solution here from the linked issue if somebody else faces it. The message was appearing because websiteUrl property was not set in the tab configuration. It is now required for the tab to appear in the mobile client. Setting this property in the tab configuration resolves the issue.

Embedding PowerBI report with an iOS app developed in Xcode

I have a simple PowerBI report with 2-3 visualizations that uses Azure database to get data. I want to see how I can embed this report in an iOS app that we are working on. We're using Xcode for developing the app. I want that report to be accessible using our own in-house app and not PowerBI app.
In my Xcode project I added a WebKit component and added the embedded code URL for the report. When I run the simulator, it asks me to sign in to PowerBI but if I click on the Sign-In link, it doesn't do anything. Is that the expected behavior?
I was wondering if anyone has worked on a solution like this before. Also, i thought if you use PowerBI embedding, it shouldn't ask the user to login. Is that correct? If not, what would be the best way to embed the report to the iOS app without asking the users to login?
what would be the best way to embed the report to the ios app without asking the users to login?
Follow the tutorial here: Tutorial: Embed Power BI content into an application for your customers
Your back-end app generates an embed token for the browser to use with the Javascript API to embed and interact with the report visual.

No full-size app banner :Eligibility issues by version

I am trying to publish an update to my android app and the review done by play console is rejecting the app. I have added different xhdpi icons and changed the app title as well. More than 4-5 iterations have been done.
I have already added xhdpi icons and changed the title of the icons/banners to match the app title. Added icons in the drawable folder
No specific code.
Successful app publishing.
Please refer the message
Following is the message:-
I want to post an update here. The issue got resolved when I added the app title on the image used as a banner/icon.
I received a detailed response from Google Playstore team that my app banner/icon was not having app title which should be visible for end users trying to lauch the app from launcher.
Following was the response.
Please note that our banner requirements are as follows: App name
must be included in the image.
It looks like you are targeting Android TV. Do you want to? If you do, then click on the link in the message you were sent. It will take you to the docs on providing a Home Screen Banner inside your app.
If you think you have done this then update your question to show your AndroidManifest.xml.

How do I get the Compose Extension Ellipsis button to show up with a custom side-loaded Microsoft Teams app?

I'm trying to learn how to create a Microsoft Teams app following their getting started guide:
https://learn.microsoft.com/en-us/microsoftteams/platform/get-started/get-started-nodejs#ComposeRichMessages
Using the source code from here: https://github.com/OfficeDev/msteams-samples-hello-world-nodejs
I also read the specific docs here:
https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/messaging-extensions
I have the app configured and packaged and side-loaded. The tabs and bot are functioning normally. However, the compose extension ellipsis button never shows up.
Supposedly, all I should need to do is set the correct botId in the composeExtensions section of the manifest.json. I did that, but it's still not showing up.
I have no clue how to troubleshoot this.
Thanks!
According to the docs...
Important
messaging extensions are available only in Public Developer Preview. Many details in this document are subject to change.
That links to:
What is the Public Developer Preview for Microsoft Teams?
https://learn.microsoft.com/en-us/microsoftteams/platform/resources/general/developer-preview

Google Apps Marketplace SDK : setup a contextual gadget

Ok, so without much notification given, adding market place listings to your vendor profile is no longer possible. The 'create new listing' button is greyed out.
I need to make changes to an existing marketplace listing but that gives errors. We are forced into the new SDK.
So I went ahead and enabled the apps market SDK, filled out all details including images of all sizes, add a COB extension for the contextual gadget and saved the whole thing.
A minute later I return to make a modification and dang... error: "We are looking into this.".
#Google: HELP !
UPDATE : I can reliably reproduce the error as explained here.
Enable Google Apps Marketplace SDK in your project
click on the gear icon, you will be directed to the old API Console
Fill out all details
Add a COB extension (Contextual gadget)
Save everything
Close the API console
Go back to your cloud console -> Google Apps Marketplace SDK
Click on the gear icon again
ERROR
Tested with several google accounts on different computeres and multiple projects on the cloud console.
#jonathanberi could we have a status on this issue, please? We are experiencing the exact same issue and we are unable to publish our app (which is ready) because of this bug. We have tried both creating a new Google Apps console project from scratch as well as modifying a draft of a yet to be published page with the same result. Is any information that we could provide to help?
You must fill out parameter name and a paramter value or your cloud console will return errors and you will not be able to recover from this.
Ouch, that were 3 useless weeks....

Resources