3. Force Update
Last updated
Last updated
To use this feature, you need to create 2 RemoteConfig variables on each platform:
Android : f_core_popupUpdate_minVersion_android, f_core_popupUpdate_targetVersion_android
IOS : f_core_popupUpdate_minVersion_ios, f_core_popupUpdate_targetVersion_ios
Note: This feature does not require dragging prefabs into the scene, just setup on Remote Config and the popup will automatically appear.
Instructions for creating Remote Config : link
Explanation of variable names:
f_core_popupUpdate_minVersion_android (string) : Any versions lower than this value will display a force update popup with an Update button only.
Example: If you want to require those using versions lower than 2.3.1 to update to the new version, enter the value: 2.3.1
f_core_popupUpdate_targetVersion_android (string) : Any versions less than this value and greater than the value of f_core_popupUpdate_minVersion_android above will display a recommend update popup. This popup includes a Cancel button Cancel
Example: If you want to encourage those using versions lower than 2.5.4 to update to the new version, enter the value: 2.5.4. Note, any versions lower than f_core_popupUpdate_minVersion_android will still display the Force Update popup above.