How to set price for In App product for windows phone 8 - windows-phone-8

I creating IAP for my Windows Phone 8 application. But field "Base price" is disabled and I can't change it.
So what I need to do for creating paid IAP?

Also, if your application is marked as Beta I think the option to set a product price is disabled. Once you get your app properly certified and in the public store I believe it becomes active...

If the "Base Price" option is disabled, check for text immediately below it. Does it say:
You’ll need to provide your tax or bank info (or both) if you want to
submit paid in-app products.
You must provide the necessary information for you to be paid before you can release paid products.

Also if submission is in progress (even if no package was uploaded and the submission was not actually done, basically if step 1 is checked) then the details and prices cannot be changed.
You can cancel the submission (you wont loose anything since you have not actually submitted anything) and then make any change you like.

Related

How to set up per-seat subscription with Stripe?

Good day!
I am trying build a per-seat subscription model for my web site.
Before, I tried use Checkout session to provide "place", to write personal data, but the max what I reached - is creating default Subscription that you could cancel for instance.
What I wanna do?
• Figure out, if possible, how to create per-seat subscription through Checkout session and after, on event "User joined" automatically replace new price of the subscription.
• If through Checkout session that is not possible, how to implement it through code?
How to get a user's card and how to upgrade later the subscription.
I read the article on Stripe, but from that I can't figure how I get client data as card.
In addition, I use Stripe Extension on firebase with cloud functions.
Hope, this problem will be solved :)
You can create a per-seat type subscription with Stripe Checkout. For that, you need to have a recurring price, just as the article suggests. Then pass the price into line_items property when creating a subscription, along with the initial quantity. For example, a customer might want to purchase 5 seats/licenses right away. You can also enable adjustable_quantity setting to allow the user to change the quantity on the Checkout Session page.
When a new user joins, use the Update Subscription API to change the quantity of the item. For example, if the new total number of users you are serving is 11, set the quantity of the price to 11. More info here.
If you don’t want to use Stripe Checkout, you can create a subscription via API, by following this guide. The upgrade step looks the same as in the other solution.
Besides that, Stripe has a Billing Customer Portal that allows users to modify their subscriptions, it’s worth taking a look.

Transfer Chrome WebStore Extension using Group Publisher Account Between Workspaces

Currently I work on a Chrome extension published but unlisted in the Chrome Webstore. Our organisation uses Google Workspace and the extension's owner is bound to a group in the Workspace which Google calls using a 'Group Publisher Account'. We ship the extension to support another application and because of this our documentation describes how to manage the installation of the extension via the Extension ID (the alpha numeric UUID that identifies the extension)
Because of various corporate changes, we'd like to transfer the ownership to a group in a different Google Workspace. In the developer console when we tried to unhook the group publisher account it said that we must unpublish all extensions. While the extensions not being available is a little inconvenient its not the end of the world. However, what we're now concerned about is that unpublishing the extensions, removing the group publisher (at which point ownership will revert to an individual account in the group based on some rules, we think we can arrange for this to be an individual in the new Workspace by adding them as a member of the original Workspace group), and then republishing may cause our extension ID to change. Which is something we really need to prepare for.
Does anyone have an experience with doing this, that could warn us of any landmines we might step on here?
You'll want to use the One Stop Support form to initiate the transfer request.
My item (extension, app, or theme)
I want to transfer my item
The form itself calls out a few caveats to be aware of. As of Feb 14, 2022 it stated:
Please make a note of the following information -
After submitting this form, you will need to confirm the transfer from the original publisher email address
The destination account needs to be registered before submitting this form. A $5 registration fee is required for the registration. Learn more.
Ensure you give the correct account details
Only items that are published and without any violations will be transferred.
Transfers can take up to 7 days
Transfering an extension does not have any impact on end users. The extension ID will be retained, existing installations are not affected, and users will continue to retrieve updates as expected.

How to prevent the user from modifying the values input ​on page

How can I prevent a user from making a modification to the value being entered into an element, say input ,
For example, if I have an input for the invoice number, I do not want the user to modify it through the web developer tools available in Internet browsers such as Chrome, Firefox and others through the (Inspect) feature.
I tried to hide the element but I don't want to hide it, I just want to show it and not modify it.
I used hidden, as well as for readers only, but the user can cancel the read-only feature
for example :
enter image description here
It is possible to use hidden but it will cause a problem for my tables I don't want to duplicate items, as I will have to create an item for the product price that is visible and another item with the same data but hidden
You can't control what information the user sends to the server.
You need to perform authentication and authorization on the server.
If the server sends a request which, for example, says "Mark invoice 12345 as paid" then you need to check that the logged in user is a user who has permission to order that that particular invoice be marked as paid.

Microsoft Translator Hub Portal does not seem to work properly

I am not sure how to review the Evaluation results from Microsoft Translator Hub. The portal does not seem to do anything apart from displaying the evaluation results. I have assigned myself as a reviewer still it does not let me provide any feedback into model.
Adding/removing a reviewer does not seem to work properly. I am able to select the check box time corresponding to reviewer in the Assign reviewer screen once. After that it is disabled.
The members table is empty, it does not display the list of member who are part of a project. And if I try to add a member it seems to send invitation but does not display under the members tab.
I have used Excel to input the translations with source and target texts in each column. It had 30000 rows of translation. Text lengths range from 1 to 10 words.
Any help on this is highly appreciated,
Thanks,
Sarath
You will be able to select the users who have accepted the invitation and logged into the portal once to be able to add them as reviewers for a specific translation.
If you have added them as members for the project, but the reviewers have not yet accepted the invitation, they will not be shown in this list.
The checkbox for assigning a reviewer is disabled because the reviewer has already been added. We will fix the UI issue where the checkbox for an already added user is disabled but it does not show up as having been added.

Error! phone is too short or empty (EBS integration)

I am using prestashop 1.5.5.0 and using fashion bird theme in it. Now I am experiencing a problem during the redirection to payment page. Its showing a error " Phone is too short or empty".
But I noticed one thing that this error is not showing during INSTANT CHECKOUT.
The error is showing only during the registered user checkout. I notice one thing also during registration process, the form is submission works smoothly even the required field "phone number" is not filled.
I guess that the the payment gateway is not getting the phone number along with address when registered user makes a checkout.
My domain is [http//:thriti.com][1]
I am using EBS payment gateway.
I hope anybody will give a solution for my problem as soon as possible.
Thanks
Minimum length for shipping or billing phone number is 5 digits/chars.