Auto update frequecy from code
- giorgiodeluca
- Topic Author
- Offline
- New Member
Less
More
- Posts: 17
- Thank you received: 0
6 years 11 months ago - 6 years 11 months ago #2687
by giorgiodeluca
Auto update frequecy from code was created by giorgiodeluca
hi,
how can set Auto update frequecy from code?
is it possible to force the update?
if I release a new version of my app who does the update of the app (not new installation) does not have the updated translation, I would like to force the update of the terms from code. How can I do?
thanks
how can set Auto update frequecy from code?
is it possible to force the update?
if I release a new version of my app who does the update of the app (not new installation) does not have the updated translation, I would like to force the update of the terms from code. How can I do?
thanks
Last edit: 6 years 11 months ago by giorgiodeluca.
Please Log in or Create an account to join the conversation.
6 years 11 months ago - 6 years 11 months ago #2691
by Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
Replied by Frank on topic Auto update frequecy from code
Hi,
If you want to start the update process manually, just call:
That will execute a coroutine with the update and then update the UI when it finishes.
Hope that helps,
Frank
If you want to start the update process manually, just call:
I2.Loc.LocalizationManager.Sources[0].Import_Google(true);
That will execute a coroutine with the update and then update the UI when it finishes.
Hope that helps,
Frank
Are you Give I2L 5 stars!
Are you Please lets us know how to improve it!
To get the betas as soon as they are ready,
check this out
Last edit: 6 years 11 months ago by Frank.
The following user(s) said Thank You: giorgiodeluca
Please Log in or Create an account to join the conversation.
- giorgiodeluca
- Topic Author
- Offline
- New Member
Less
More
- Posts: 17
- Thank you received: 0
6 years 11 months ago #2699
by giorgiodeluca
Replied by giorgiodeluca on topic Auto update frequecy from code
thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.268 seconds