This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_runtime_license_guide_for_mobile [2017/03/27 18:47] bradrollins [Generate Runtime License File] |
map_suite_runtime_license_guide_for_mobile [2020/05/19 20:27] (current) benbai |
||
---|---|---|---|
Line 4: | Line 4: | ||
===== Get Runtime License from Map Suite Product Center ===== | ===== Get Runtime License from Map Suite Product Center ===== | ||
- | A Runtime License can be generated by “Map Suite Product Center”. Please navigate to the MapSuiteMobileFor***-Standard.10.0.0 Nuget package installation folder named "productcenter" and run ThinkGeo.MapSuite.ProductCenter.exe. | + | A Runtime License can be generated by “Map Suite Product Center”. Please navigate to ThinkGeo.Mobile.iOS/ThinkGeo.Mobile.Android Nuget package installation folder, find ThinkGeo.ProductCenter.exe and run it. This executable can also be found in the project bin folder after installing the nuget package and recompile your project. |
- | + | ||
- | <faicon fa fa-download fa-lg> {{:ThinkGeo.MapSuite.ProductCenter.zip|Download Product Center}} //(0.3 MB)// | + | |
Then, let’s switch to the iOS or Android tab as Figure 1 indicates. | Then, let’s switch to the iOS or Android tab as Figure 1 indicates. | ||
Line 13: | Line 11: | ||
//Figure 1. Map Suite Product Center with iOS tab selected// | //Figure 1. Map Suite Product Center with iOS tab selected// | ||
- | ===== Activate or Start Trail with Map Suite Product Center ===== | + | ===== Activate or Start Trial with Map Suite Product Center ===== |
In this step, we are going to generate the license with your account. Please sign into your account, then click the "Activate" button to use your full license if you've purchased the selected product. Also, you can click the "Start Evaluation" button to get a free trial license. | In this step, we are going to generate the license with your account. Please sign into your account, then click the "Activate" button to use your full license if you've purchased the selected product. Also, you can click the "Start Evaluation" button to get a free trial license. | ||
===== Generate Runtime License File ===== | ===== Generate Runtime License File ===== | ||
Line 33: | Line 31: | ||
===== Setup Runtime License File for Your App ===== | ===== Setup Runtime License File for Your App ===== | ||
- | After generated the runtime license file, we need to copy this license file to the app project you are working on Visual Studio, | + | After generating the runtime license file, we need to copy this license file to the app or project you are working on in Visual Studio, |
- | and change the build action depends on the platform as following: | + | and change the build action depending on the platform as following: |
* Copy the license file to the iOS project and set the “Build Action” as “BundleResource” in iOS. | * Copy the license file to the iOS project and set the “Build Action” as “BundleResource” in iOS. | ||
{{ :mapsuite_ios_license_type.png?direct |}} | {{ :mapsuite_ios_license_type.png?direct |}} | ||
<div newline></div> | <div newline></div> | ||
- | * Copy license file to Assets folder and set make sure the “Build Action” is “AndroidAsset” in Android. | + | * Copy license file to the Assets folder and make sure the “Build Action” is set to “AndroidAsset” in Android. |
{{ :mapsuite_android_license_type.png?direct |}} | {{ :mapsuite_android_license_type.png?direct |}} | ||
Now the licenses are ready for development and you can also distribute the app with this runtime license. Let’s press F5 to start your app and enjoy what you have created. | Now the licenses are ready for development and you can also distribute the app with this runtime license. Let’s press F5 to start your app and enjoy what you have created. |