Skip to content

Test Inside the Editor

levching edited this page Apr 14, 2020 · 2 revisions

You can test your implementation while you are inside the Unity Editor environment. The Ultimate Mobile API will emulate native services responses. Responses all always be successful.

Note: Product list inside an editor will be chosen based on the current editor build target, and will be same as configured for the platform.

There some additional thins you may configure for an editor testing.

Restore Purchases

When you try to Restore completed transactions, all non-consumable products will be restored. However, you may add specific products id's you want to be restored, using the Editor testing section.

Test Inside the Editor

If 1 or more ids are specified, instead of restoring all the non-consumable products, Editor emulator will look if there are non-consumable products with matching ids are configured for a current platform. Only matched products will be restored.

Clone this wiki locally