<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FAQ: WebViewGold for macOS</title>
	<atom:link href="https://www.webviewgold.com/support-center/kb/webviewgold-for-macos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webviewgold.com/support-center/kb/webviewgold-for-macos/</link>
	<description>Get help for the award-winning WebViewGold app templates</description>
	<lastBuildDate>Wed, 09 Jul 2025 14:28:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.webviewgold.com/support-center/wp-content/uploads/2023/07/cropped-only-32x32.png</url>
	<title>FAQ: WebViewGold for macOS</title>
	<link>https://www.webviewgold.com/support-center/kb/webviewgold-for-macos/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to use GitHub for smart upgrading of WebViewGold app template?</title>
		<link>https://www.webviewgold.com/support-center/knowledgebase/how-to-use-github-for-smart-upgrading-of-webviewgold-app-template/</link>
					<comments>https://www.webviewgold.com/support-center/knowledgebase/how-to-use-github-for-smart-upgrading-of-webviewgold-app-template/#respond</comments>
		
		<dc:creator><![CDATA[webviewgold_support_center]]></dc:creator>
		<pubDate>Wed, 09 Jul 2025 14:28:10 +0000</pubDate>
				<guid isPermaLink="false">https://www.webviewgold.com/support-center/?post_type=knowledgebase&#038;p=854</guid>

					<description><![CDATA[<p>As WebViewGold is an app template and not a software, it&#8217;s a bit tricky to upgrade. We recommend only to upgrade if you need one of the new features provided in a new version and to skip updates not required for your app (changelog for iOS: https://www.webviewgold.com/changelog/iOS/ &#38; changelog for Android: https://www.webviewgold.com/changelog/android/). The easiest option &#8230; <a href="https://www.webviewgold.com/support-center/knowledgebase/how-to-use-github-for-smart-upgrading-of-webviewgold-app-template/">Continued</a></p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/how-to-use-github-for-smart-upgrading-of-webviewgold-app-template/">How to use GitHub for smart upgrading of WebViewGold app template?</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">As WebViewGold is an app template and not a software, it&#8217;s a bit tricky to upgrade. We recommend only to upgrade if you need one of the new features provided in a new version and to skip updates not required for your app (changelog for iOS: https://www.webviewgold.com/changelog/iOS/ &amp; changelog for Android: https://www.webviewgold.com/changelog/android/). The easiest option to upgrade WebViewGold on iOS is to replace the Config.swift file with the old one. On Android, you can replace Config.java and MainActivity.java file parts. While replacing, make sure that there are some new variables maybe that has to be filled out/configured. Moreover, please copy over the icons and string/color files of Android. You can also use Git for comparing the changes made. Make sure to use the same bundle ID / package name and a higher version number than the previous version. You can also consider using GitHub, GitLab, or any other version management tool, see guide attached:</span></p>
<p>&nbsp;</p>
<p class="p1">
<h3><b><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f53d.png" alt="🔽" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Step 1: Download the Latest WebViewGold Version</b></h3>
<p>&nbsp;</p>
<p class="p1">
<ul>
<li>
<p class="p1">Go to your <span class="s1"><b>CodeCanyon Download tab</b></span>: <a href="https://codecanyon.net/downloads">https://codecanyon.net/downloads</a></p>
</li>
<li>
<p class="p1"><span class="s1">Click </span><b>“Download” → “All files &amp; documentation”</b><span class="s1"> for WebViewGold (iOS or Android)</span></p>
</li>
<li>
<p class="p1">Unzip the downloaded file</p>
</li>
</ul>
<p>&nbsp;</p>
<p class="p1">
<h3><b><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9e9.png" alt="🧩" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Step 2: Use Git/GitHub to Compare Files</b></h3>
<p>&nbsp;</p>
<p class="p3">If you’re working with version control (highly recommended):</p>
<p class="p1">
<ol start="1">
<li>
<p class="p1"><b>Create a GitHub repository</b><span class="s1">:</span></p>
<p class="p2">
<ul>
<li>
<p class="p1">Visit <a href="https://github.com/">https://github.com</a></p>
</li>
<li>
<p class="p1">Log in and click <span class="s1"><b>“New repository”</b><b></b></span></p>
</li>
<li>
<p class="p1"><span class="s1">Name it something like </span>webviewgold-ios-custom<span class="s1"> or </span>webviewgold-android-app</p>
</li>
<li>
<p class="p1">Choose <span class="s1"><b>Private</b></span> visibility</p>
</li>
</ul>
<p>&nbsp;</li>
<li>
<p class="p1"><b>Upload your current (customized) app</b><span class="s1"> to the </span><span class="s2">main</span><span class="s1"> branch</span></p>
</li>
<li>
<p class="p1">Create a second branch (e.g. <span class="s1">original-v5.8</span>) and upload the new WebViewGold files there</p>
</li>
<li>
<p class="p1">Use GitHub’s <span class="s1"><b>Compare feature</b></span> to:</p>
<p class="p2">
<ul>
<li>
<p class="p1">Identify what changed</p>
</li>
<li>
<p class="p1">Manually transfer new/required changes into your working version</p>
</li>
</ul>
<p>&nbsp;</li>
</ol>
<p class="p1">
<h3><b><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f527.png" alt="🔧" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Step 3: Replace Key Files for Upgrade</b></h3>
<p class="p1">
<h4><b>On </b><b>iOS</b><b>:</b></h4>
<p>&nbsp;</p>
<p class="p1">
<ul>
<li>
<p class="p1">Replace your <span class="s1">Config.swift</span> file from the previous version into the new one</p>
</li>
<li>
<p class="p1">Make sure your <span class="s1"><b>Bundle ID</b></span> stays the same</p>
</li>
<li>
<p class="p1"><span class="s1">Increase the </span><b>version number</b><span class="s1"> and </span><b>build number</b><b></b></p>
</li>
<li>
<p class="p1">Reapply customizations like splash screen, colors, icons, etc.</p>
</li>
</ul>
<p>&nbsp;</p>
<p class="p1">
<h4><b>On </b><b>Android</b><b>:</b></h4>
<p>&nbsp;</p>
<p class="p1">
<ul>
<li>
<p class="p1">Replace the <span class="s1">Config.java</span> file and copy over custom code from your <span class="s1">MainActivity.java</span></p>
</li>
<li>
<p class="p1">Watch out for any <span class="s1"><b>new variables or settings</b></span> in the updated version and configure them accordingly</p>
</li>
<li>
<p class="p1">Copy over:</p>
<p class="p2">
<ul>
<li>
<p class="p1">res/values/strings.xml<span class="s1"> (texts)</span></p>
</li>
<li>
<p class="p1">res/values/colors.xml</p>
</li>
<li>
<p class="p1">App icons in <span class="s1">res/mipmap-*</span></p>
</li>
</ul>
<p>&nbsp;</li>
<li>
<p class="p1">Keep the same <span class="s1"><b>Package Name</b><b></b></span></p>
</li>
<li>
<p class="p1"><span class="s1">Bump up the </span><b>version code</b><span class="s1"> and </span><b>version name</b></p>
</li>
</ul>
<p>&nbsp;</p>
<p class="p1">
<h3><b><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Bonus Tip: Use Git Tools</b></h3>
<p>&nbsp;</p>
<p class="p3">For even smoother handling, use tools like:</p>
<p class="p1">
<ul>
<li>
<p class="p1"><b>GitHub Desktop</b><b></b></p>
</li>
<li>
<p class="p1"><b>GitKraken</b><b></b></p>
</li>
<li>
<p class="p1"><b>Sourcetree</b><b></b></p>
</li>
<li>
<p class="p1">Or built-in Git support in <span class="s1"><b>Visual Studio Code</b></span></p>
</li>
</ul>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/how-to-use-github-for-smart-upgrading-of-webviewgold-app-template/">How to use GitHub for smart upgrading of WebViewGold app template?</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.webviewgold.com/support-center/knowledgebase/how-to-use-github-for-smart-upgrading-of-webviewgold-app-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fix Error &#8220;Could not launch “WebViewGold”&#8221;/ IDELaunchErrorDomain errors on macOS</title>
		<link>https://www.webviewgold.com/support-center/knowledgebase/fix-error-could-not-launch-webviewgold-idelauncherrordomain-errors-on-macos/</link>
					<comments>https://www.webviewgold.com/support-center/knowledgebase/fix-error-could-not-launch-webviewgold-idelauncherrordomain-errors-on-macos/#respond</comments>
		
		<dc:creator><![CDATA[webviewgold_support_center]]></dc:creator>
		<pubDate>Tue, 24 Jan 2023 13:09:04 +0000</pubDate>
				<guid isPermaLink="false">https://www.webviewgold.com/support-center/?post_type=knowledgebase&#038;p=606</guid>

					<description><![CDATA[<p>One error that can occur when trying to launch an application based on WebViewGold for macOS (not iOS!) is the &#8220;Launch failed&#8221; (e.g., Could not launch “WebViewGold” / Could not launch “Your app name”  ) error. The error detail data can look like this: Could not launch “WebViewGold” Domain: IDELaunchErrorDomain Code: 20 Recovery Suggestion: The &#8230; <a href="https://www.webviewgold.com/support-center/knowledgebase/fix-error-could-not-launch-webviewgold-idelauncherrordomain-errors-on-macos/">Continued</a></p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/fix-error-could-not-launch-webviewgold-idelauncherrordomain-errors-on-macos/">Fix Error &#8220;Could not launch “WebViewGold”&#8221;/ IDELaunchErrorDomain errors on macOS</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>One error that can occur when trying to launch an application based on <strong>WebViewGold for macOS (not iOS!)</strong> is the &#8220;Launch failed&#8221; (e.g., <strong>Could not launch “WebViewGold”</strong> / <strong>Could not launch “Your app name”</strong>  ) error. The error detail data can look like this:</p>
<div class="bg-black mb-4 rounded-md">
<div class="p-4 overflow-y-auto"><code class="!whitespace-pre-wrap hljs language-vbnet">Could <span class="hljs-built_in">not</span> launch “WebViewGold” <span class="hljs-symbol">Domain:</span> IDELaunchErrorDomain <span class="hljs-symbol">Code:</span> <span class="hljs-number">20</span> Recovery Suggestion:</code></div>
<div class="p-4 overflow-y-auto"><code class="!whitespace-pre-wrap hljs language-vbnet">The LaunchServices launcher has returned an <span class="hljs-keyword">error</span>.</code></div>
<div class="p-4 overflow-y-auto"><code class="!whitespace-pre-wrap hljs language-vbnet">Please check the system logs <span class="hljs-keyword">for</span> the underlying cause <span class="hljs-keyword">of</span> the <span class="hljs-keyword">error</span>.</code></div>
</div>
<p>This message is accompanied by several other error codes and domains, such as &#8220;RBSRequestErrorDomain&#8221; and &#8220;NSPOSIXErrorDomain&#8221;, which provide additional information about the failure of the launch process.</p>
<p>The error message suggests that the problem lies with the LaunchServices launcher, which is responsible for launching applications on a Mac. However, by looking at the system logs, you might also get the response that the error was related to a missing framework or library that the application needed to launch.</p>
<p>There is an <strong>easy fix</strong> for this error message as deactivating &#8220;Open with Rosetta&#8221; on macOS for the Xcode app can help ensure that the app runs smoothly and without errors. Here&#8217;s a step-by-step guide on how to do it:</p>
<ol>
<li>First, open the Finder and navigate to the Applications folder.</li>
<li>Locate the Xcode app and right-click on it.</li>
<li>Select &#8220;Get Info&#8221; from the context menu.</li>
<li>In the Info window, scroll down to the &#8220;Open with Rosetta&#8221; checkbox and uncheck it.</li>
<li>Close the Info window.</li>
<li>Double-click on the Xcode app to launch it. The app should now run natively on your Mac&#8217;s processor without the need for Rosetta. WebViewGold for macOS should run smoothly.</li>
</ol>
<p>A thing to keep in mind is that deactivating &#8220;Open with Rosetta&#8221; may cause issues with other app templates &amp; Xcode projects (e.g., some versions of WebViewGold for iOS) that depend on Rosetta, so it&#8217;s a good idea to re-check this for your other app templates &amp; Xcode projects later to ensure that everything is working as expected.</p>
<p>In conclusion, encountering the &#8220;Launch failed&#8221; error can be frustrating, but by understanding the root cause and troubleshooting accordingly, it can be resolved within a minute. Of course, it&#8217;s also always a good idea to check for updates, consult the system logs, and reach out to us for support if you still need help.</p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/fix-error-could-not-launch-webviewgold-idelauncherrordomain-errors-on-macos/">Fix Error &#8220;Could not launch “WebViewGold”&#8221;/ IDELaunchErrorDomain errors on macOS</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.webviewgold.com/support-center/knowledgebase/fix-error-could-not-launch-webviewgold-idelauncherrordomain-errors-on-macos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Renewing Your OneSignal Push Certificate: A Step-by-Step Guide</title>
		<link>https://www.webviewgold.com/support-center/knowledgebase/renewing-your-onesignal-push-certificate-a-step-by-step-guide/</link>
					<comments>https://www.webviewgold.com/support-center/knowledgebase/renewing-your-onesignal-push-certificate-a-step-by-step-guide/#respond</comments>
		
		<dc:creator><![CDATA[webviewgold_support_center]]></dc:creator>
		<pubDate>Tue, 17 Jan 2023 22:08:09 +0000</pubDate>
				<guid isPermaLink="false">https://www.webviewgold.com/support-center/?post_type=knowledgebase&#038;p=601</guid>

					<description><![CDATA[<p>To renew the OneSignal Push Certificate after it expires, follow these steps: – Go to the OneSignal dashboard and select your app. – Click on the &#8220;App Settings&#8221; tab. – Under the &#8220;Apple Push Notification Service (APNS)&#8221; section, click on the &#8220;Renew Certificate&#8221; button. – Follow the prompts to generate a new certificate signing request &#8230; <a href="https://www.webviewgold.com/support-center/knowledgebase/renewing-your-onesignal-push-certificate-a-step-by-step-guide/">Continued</a></p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/renewing-your-onesignal-push-certificate-a-step-by-step-guide/">Renewing Your OneSignal Push Certificate: A Step-by-Step Guide</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p data-pm-slice="1 1 []">To renew the OneSignal Push Certificate after it expires, follow these steps:</p>
<p>– Go to the OneSignal dashboard and select your app.</p>
<p>– Click on the &#8220;App Settings&#8221; tab.</p>
<p>– Under the &#8220;Apple Push Notification Service (APNS)&#8221; section, click on the &#8220;Renew Certificate&#8221; button.</p>
<p>– Follow the prompts to generate a new certificate signing request (CSR) in the Apple Developer Center.</p>
<p>– Once the certificate has been generated, download it and save it to your computer.</p>
<p>– Open the Keychain Access app on your Mac, and drag the downloaded certificate into the app.</p>
<p>– Double-click on the certificate and expand the &#8220;Trust&#8221; section.</p>
<p>– Change the &#8220;When using this certificate&#8221; option to &#8220;Always Trust.&#8221;</p>
<p>– Close the Keychain Access app and return to the OneSignal dashboard.</p>
<p>– Click on the &#8220;Upload Certificate&#8221; button and select the renewed certificate from your computer.</p>
<p>– Click &#8220;Save&#8221; to update the certificate within the app.</p>
<p>– Don&#8217;t forget to also update the <a href="https://www.webviewgold.com/" target="_blank" rel="noopener">WebViewGold</a> wrapper part of your app from time to time, but this is not required in the same step as renewing OneSignal certificates in most cases.</p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/renewing-your-onesignal-push-certificate-a-step-by-step-guide/">Renewing Your OneSignal Push Certificate: A Step-by-Step Guide</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.webviewgold.com/support-center/knowledgebase/renewing-your-onesignal-push-certificate-a-step-by-step-guide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>A Step-by-Step Guide to Creating an Apple Developer Account for App Store Publishing &#038; Testing</title>
		<link>https://www.webviewgold.com/support-center/knowledgebase/how-to-create-an-apple-developer-account/</link>
					<comments>https://www.webviewgold.com/support-center/knowledgebase/how-to-create-an-apple-developer-account/#respond</comments>
		
		<dc:creator><![CDATA[webviewgold_support_center]]></dc:creator>
		<pubDate>Tue, 20 Dec 2022 17:44:52 +0000</pubDate>
				<guid isPermaLink="false">https://www.webviewgold.com/support-center/?post_type=knowledgebase&#038;p=580</guid>

					<description><![CDATA[<p>If you are an iOS developer or if you use no-code tools like WebViewGold, you will need an Apple Developer Account to test your apps on physical devices and eventually publish them to the App Store. In this article, we will walk you through the process of creating an Apple Developer Account. Note: There is &#8230; <a href="https://www.webviewgold.com/support-center/knowledgebase/how-to-create-an-apple-developer-account/">Continued</a></p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/how-to-create-an-apple-developer-account/">A Step-by-Step Guide to Creating an Apple Developer Account for App Store Publishing &#038; Testing</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span data-preserver-spaces="true">If you are an iOS developer or if you use no-code tools like <a href="https://www.webviewgold.com" target="_blank" rel="noopener"><strong>WebViewGold</strong></a>, you will need an Apple Developer Account to test your apps on physical devices and eventually publish them to the App Store. In this article, we will walk you through the process of creating an Apple Developer Account. Note: There is a fee associated with creating an Apple Developer Account. </span></p>
<p><strong><span data-preserver-spaces="true">Step 1:</span></strong><span data-preserver-spaces="true"> Go to the Apple Developer website (</span><a class="editor-rtfLink" href="https://developer.apple.com/" target="_blank" rel="noopener"><span data-preserver-spaces="true">https://developer.apple.com/</span></a><span data-preserver-spaces="true">) and click on the &#8220;Account&#8221; tab in the top menu.</span></p>
<p><strong><span data-preserver-spaces="true">Step 2:</span></strong><span data-preserver-spaces="true"> Click the &#8220;Join the Apple Developer Program&#8221; button.</span></p>
<p><strong><span data-preserver-spaces="true">Step 3:</span></strong><span data-preserver-spaces="true"> You will be prompted to sign in with your Apple ID. If you don&#8217;t have an Apple ID, you can create one by clicking on the &#8220;Create Apple ID&#8221; button.</span></p>
<p><strong><span data-preserver-spaces="true">Step 4:</span></strong><span data-preserver-spaces="true"> Once you have signed in with your Apple ID, you will be taken to the enrollment page. Here, you will need to select the type of developer account you want to create. There are two options:</span></p>
<ul>
<li><span data-preserver-spaces="true">Individual: If you are an individual developer, you can choose the Individual option. With this type of account, you will be able to develop and distribute your own apps under your own name.</span></li>
<li><span data-preserver-spaces="true">Organization: If you are a company or organization, you can choose the Organization option. With this type of account, you will be able to develop and distribute apps under the name of your organization.</span></li>
</ul>
<p><strong><span data-preserver-spaces="true">Step 5: </span></strong><span data-preserver-spaces="true">After you have chosen the type of developer account you want to create, you will need to agree to the Apple Developer Agreement and the Apple Developer Program License Agreement.</span></p>
<p><strong><span data-preserver-spaces="true">Step 6: </span></strong><span data-preserver-spaces="true">You will then be prompted to enter your contact information, including your name, address, and phone number.</span></p>
<p><strong><span data-preserver-spaces="true">Step 7:</span></strong><span data-preserver-spaces="true"> Next, you will need to choose a payment method. You can either pay by credit card or request an invoice.</span></p>
<p><strong><span data-preserver-spaces="true">Step 8: </span></strong><span data-preserver-spaces="true">Finally, review your order and click on the &#8220;Submit&#8221; button to complete the enrollment process.</span></p>
<p><span data-preserver-spaces="true">Congratulations, you now have an Apple Developer Subscription! With this account, you will be able to access the latest tools, resources, and support from Apple to help you develop your apps. Moreover, you can publish your no-code apps built with WebViewGold.</span></p>
<p><span data-preserver-spaces="true">We hope this article has helped you understand the process of creating an Apple Developer Account. If you have any questions, please don&#8217;t hesitate to ask our <a href="https://www.webviewgold.com" target="_blank" rel="noopener"><strong>WebViewGold</strong></a> Support Team.</span></p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/how-to-create-an-apple-developer-account/">A Step-by-Step Guide to Creating an Apple Developer Account for App Store Publishing &#038; Testing</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.webviewgold.com/support-center/knowledgebase/how-to-create-an-apple-developer-account/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How exactly can I update / replace my existing, launched app with a WebViewGold-based app?</title>
		<link>https://www.webviewgold.com/support-center/knowledgebase/how-can-i-update-my-existing-launched-app-with-a-webviewgold-based-app/</link>
					<comments>https://www.webviewgold.com/support-center/knowledgebase/how-can-i-update-my-existing-launched-app-with-a-webviewgold-based-app/#respond</comments>
		
		<dc:creator><![CDATA[webviewgold_support_center]]></dc:creator>
		<pubDate>Tue, 21 Jun 2022 08:18:39 +0000</pubDate>
				<guid isPermaLink="false">https://www.webviewgold.com/support-center/?post_type=knowledgebase&#038;p=530</guid>

					<description><![CDATA[<p>WebViewGold apps are often cheaper and easier to deploy and use than native apps. No need for a developer anymore! Moreover, you don&#8217;t have to go through the App Store / Play Store review process every time you need to update your content, and web app content can be updated simultaneously on multiple platforms. That &#8230; <a href="https://www.webviewgold.com/support-center/knowledgebase/how-can-i-update-my-existing-launched-app-with-a-webviewgold-based-app/">Continued</a></p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/how-can-i-update-my-existing-launched-app-with-a-webviewgold-based-app/">How exactly can I update / replace my existing, launched app with a WebViewGold-based app?</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span data-preserver-spaces="true">WebViewGold apps are often cheaper and easier to deploy and use than native apps. No need for a developer anymore! Moreover, you don&#8217;t have to go through the App Store / Play Store review process every time you need to update your content, and web app content can be updated simultaneously on multiple platforms. That is why so many people choose to either update the current app or launch a WebViewGold-based app update.</span></p>
<p><span data-preserver-spaces="true">For the update people, it is crucial to consider that you don&#8217;t lose any of your current customers when updating your app with the fresh WebViewGold-based one. If you need help with updates and other aspects, follow our guide below or contact our customer support team:</span></p>
<ol>
<li><span data-preserver-spaces="true">After creating your WebViewGold apps, you just set the package name (Android) or bundle identifier (iOS/macOS) to the same one as the old, existing app.</span></li>
<li><span data-preserver-spaces="true">Increase the version (iOS/macOS), versionCode and versionName (Android). </span></li>
<li><span data-preserver-spaces="true">Make sure to sign with the same Keystore or certificate as the previous/existing application.</span></li>
<li><span data-preserver-spaces="true">Send your app to Apple or Google for the review process.</span></li>
<li><span data-preserver-spaces="true">Whooop! Enjoy your WebViewGold-based app update.</span></li>
</ol>
<p><span data-preserver-spaces="true">Details on how to perform these steps can be found in the included documentation. Moreover, our <strong><a href="https://www.webviewgold.com/#support" target="_blank" rel="noopener">support team</a></strong> is happy to help you! <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span></p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/how-can-i-update-my-existing-launched-app-with-a-webviewgold-based-app/">How exactly can I update / replace my existing, launched app with a WebViewGold-based app?</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.webviewgold.com/support-center/knowledgebase/how-can-i-update-my-existing-launched-app-with-a-webviewgold-based-app/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to upgrade WebViewGold without having to redo the entire set up process / start from scratch ?</title>
		<link>https://www.webviewgold.com/support-center/knowledgebase/how-to-upgrade-webviewgold-without-having-to-redo-the-entire-set-up-process-start-from-scratch/</link>
					<comments>https://www.webviewgold.com/support-center/knowledgebase/how-to-upgrade-webviewgold-without-having-to-redo-the-entire-set-up-process-start-from-scratch/#respond</comments>
		
		<dc:creator><![CDATA[webviewgold_support_center]]></dc:creator>
		<pubDate>Thu, 10 Feb 2022 00:50:04 +0000</pubDate>
				<guid isPermaLink="false">https://www.webviewgold.com/support-center/?post_type=knowledgebase&#038;p=457</guid>

					<description><![CDATA[<p>As WebViewGold is an app template, not software, so it is a bit tricky to upgrade. Therefore, we recommend only upgrading if you need one of the new features provided in a new version and skip updates not required for your app. You can see what changes are included in new updates by checking these &#8230; <a href="https://www.webviewgold.com/support-center/knowledgebase/how-to-upgrade-webviewgold-without-having-to-redo-the-entire-set-up-process-start-from-scratch/">Continued</a></p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/how-to-upgrade-webviewgold-without-having-to-redo-the-entire-set-up-process-start-from-scratch/">How to upgrade WebViewGold without having to redo the entire set up process / start from scratch ?</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As WebViewGold is an app template, not software, so it is a bit tricky to upgrade. Therefore, we recommend only upgrading if you need one of the new features provided in a new version and skip updates not required for your app. You can see what changes are included in new updates by checking these pages:</p>
<ul>
<li>Changelog for iOS: <a class="c-link" tabindex="-1" href="https://www.webviewgold.com/changelog/iOS/" target="_blank" rel="noopener noreferrer" data-stringify-link="https://www.webviewgold.com/changelog/iOS/" data-sk="tooltip_parent" data-remove-tab-index="true">https://www.webviewgold.com/changelog/iOS/</a></li>
<li>Changelog for Android: <a class="c-link" tabindex="-1" href="https://www.webviewgold.com/changelog/android/" target="_blank" rel="noopener noreferrer" data-stringify-link="https://www.webviewgold.com/changelog/android/" data-sk="tooltip_parent" data-remove-tab-index="true">https://www.webviewgold.com/changelog/android/</a></li>
</ul>
<p>&nbsp;</p>
<p>The methods required for updating to a new version of WebViewGold depends on the changes made. Most updates contain changes to 1-3 main files, which you can easily update manually whilst preserving the rest of your codebase. However, if it has been some time since you last updated (a few months) it is more likely that there will be more extensive changes that will require using the new codebase and only transferring over the main things like your app icon images. <em>When using a new codebase/project, make sure to use the same bundle ID/package name and a higher version number than the previous version.</em></p>
<p>&nbsp;</p>
<p>Once you have downloaded the new WebViewGold version, there are two ways to see what changes have been made to inform how you upgrade:</p>
<ul>
<li><span style="text-decoration: underline;">If you know how to use Git</span>
<ul>
<li>Use Git to compare the new version to the old version.</li>
</ul>
</li>
<li><span style="text-decoration: underline;">If you don&#8217;t know how to use Git</span>
<ul>
<li>Reach out to our support team <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" />  We can tell you the changes made and provide some advice. Make sure to say what versions you are upgrading from and to so we can check that for you!</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<p>Here are some suggestions on folders to target if transferring assets like icon images to a new codebase. Please take care to copy and paste into the correct folders!</p>
<ul>
<li>iOS:
<ul>
<li><strong>WebView-Swift/WebView/Assets.xcassets</strong>
<ul>
<li>This folder contains the image assets used by the app. You can open each subfolder to see what kind of icons you want to transfer over. The most relevant one for most users is the subfolder that contains your app icon images. It is called &#8220;<strong>AppIcon.appiconset</strong>&#8220;.</li>
</ul>
</li>
</ul>
</li>
<li>Android:
<ul>
<li>Folders to transfer for your app icon image:
<ul>
<li><strong>AndroidStudioSourceCode/app/src/main/res/mipmap-anydpi-v26</strong></li>
<li><strong>AndroidStudioSourceCode/app/src/main/res/mipmap-hdpi</strong></li>
<li><strong>AndroidStudioSourceCode/app/src/main/res/mipmap-mdpi</strong></li>
<li><strong>AndroidStudioSourceCode/app/src/main/res/mipmap-xhdpi</strong></li>
<li><strong>AndroidStudioSourceCode/app/src/main/res/mipmap-xxhdpi</strong></li>
<li><strong>AndroidStudioSourceCode/app/src/main/res/mipmap-xxxhdpi</strong></li>
</ul>
</li>
<li>Folder for splash gif and offline image:
<ul>
<li><strong>AndroidStudioSourceCode/app/src/main/res/drawable</strong></li>
</ul>
</li>
<li>Documents for string and color values:
<ul>
<li><strong>AndroidStudioSourceCode/app/src/main/res/values/strings.xml</strong></li>
<li><strong>AndroidStudioSourceCode/app/src/main/res/values/colors.xml</strong></li>
</ul>
</li>
</ul>
</li>
</ul>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/how-to-upgrade-webviewgold-without-having-to-redo-the-entire-set-up-process-start-from-scratch/">How to upgrade WebViewGold without having to redo the entire set up process / start from scratch ?</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.webviewgold.com/support-center/knowledgebase/how-to-upgrade-webviewgold-without-having-to-redo-the-entire-set-up-process-start-from-scratch/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why does my website behave differently in the WebView app than in the browser?</title>
		<link>https://www.webviewgold.com/support-center/knowledgebase/why-does-my-website-behave-differently-in-the-webview-app-than-in-the-browser/</link>
					<comments>https://www.webviewgold.com/support-center/knowledgebase/why-does-my-website-behave-differently-in-the-webview-app-than-in-the-browser/#respond</comments>
		
		<dc:creator><![CDATA[webviewgold_support_center]]></dc:creator>
		<pubDate>Fri, 13 Aug 2021 14:04:04 +0000</pubDate>
				<guid isPermaLink="false">https://www.webviewgold.com/support-center/?post_type=knowledgebase&#038;p=432</guid>

					<description><![CDATA[<p>If your web app or website behaves differently in the WebView app than when you access it from the browser unintentionally, something is wrong. Because, after all, access should always be the same. Check the following things: Does your WebView app use an individual user-agent (see WebViewGold documentation)? Are you using the Custom CSS feature of &#8230; <a href="https://www.webviewgold.com/support-center/knowledgebase/why-does-my-website-behave-differently-in-the-webview-app-than-in-the-browser/">Continued</a></p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/why-does-my-website-behave-differently-in-the-webview-app-than-in-the-browser/">Why does my website behave differently in the WebView app than in the browser?</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span data-preserver-spaces="true">If your web app or website behaves differently in the WebView app than when you access it from the browser </span><strong><span data-preserver-spaces="true">unintentionally</span></strong><span data-preserver-spaces="true">, something is wrong. Because, after all, access should always be the same. Check the following things:</span></p>
<ul>
<li><span data-preserver-spaces="true">Does your WebView app use an individual user-agent (see WebViewGold documentation)?</span></li>
<li><span data-preserver-spaces="true">Are you using the Custom CSS feature of WebViewGold?</span></li>
<li><span data-preserver-spaces="true">Do you use functions of WebViewGold that can change the URL by appending functional parameters (e.g., OneSignal Push, Firebase Push, Language Detection)? Does everything work when you disable them temporarily?</span></li>
</ul>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/why-does-my-website-behave-differently-in-the-webview-app-than-in-the-browser/">Why does my website behave differently in the WebView app than in the browser?</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.webviewgold.com/support-center/knowledgebase/why-does-my-website-behave-differently-in-the-webview-app-than-in-the-browser/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Does WebViewGold support Arabic, Hebrew, or other right-to-left/RTL languages?</title>
		<link>https://www.webviewgold.com/support-center/knowledgebase/does-webviewgold-support-arabic-hebrew-or-other-right-to-left-rtl-languages/</link>
					<comments>https://www.webviewgold.com/support-center/knowledgebase/does-webviewgold-support-arabic-hebrew-or-other-right-to-left-rtl-languages/#respond</comments>
		
		<dc:creator><![CDATA[webviewgold_support_center]]></dc:creator>
		<pubDate>Fri, 06 Aug 2021 10:55:44 +0000</pubDate>
				<guid isPermaLink="false">https://www.webviewgold.com/support-center/?post_type=knowledgebase&#038;p=307</guid>

					<description><![CDATA[<p>Yes, that will work. WebViewGold supports Arabic, Hebrew, and other right-to-left languages.</p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/does-webviewgold-support-arabic-hebrew-or-other-right-to-left-rtl-languages/">Does WebViewGold support Arabic, Hebrew, or other right-to-left/RTL languages?</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">Yes, that will work. WebViewGold supports Arabic, Hebrew, and other right-to-left languages.</span></p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/does-webviewgold-support-arabic-hebrew-or-other-right-to-left-rtl-languages/">Does WebViewGold support Arabic, Hebrew, or other right-to-left/RTL languages?</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.webviewgold.com/support-center/knowledgebase/does-webviewgold-support-arabic-hebrew-or-other-right-to-left-rtl-languages/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to add a “swipe back/swipe forward” function in my WebView app?</title>
		<link>https://www.webviewgold.com/support-center/knowledgebase/how-to-add-a-swipe-back-swipe-forward-function/</link>
					<comments>https://www.webviewgold.com/support-center/knowledgebase/how-to-add-a-swipe-back-swipe-forward-function/#respond</comments>
		
		<dc:creator><![CDATA[webviewgold_support_center]]></dc:creator>
		<pubDate>Fri, 06 Aug 2021 10:47:57 +0000</pubDate>
				<guid isPermaLink="false">https://www.webviewgold.com/support-center/?post_type=knowledgebase&#038;p=293</guid>

					<description><![CDATA[<p>On Android within Config.java, you can set ENABLE_SWIPE_NAVIGATE setting to true. On iOS, you can activate enableswipenavigation variable in Config.swift. Moreover, please consider adding back/forward navigation swipe functions to your web app itself, e.g., https://css-tricks.com/simple-swipe-with-vanilla-javascript/  &#160;</p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/how-to-add-a-swipe-back-swipe-forward-function/">How to add a “swipe back/swipe forward” function in my WebView app?</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>On Android within <strong>Config.java</strong>, you can set <strong>ENABLE_SWIPE_NAVIGATE</strong> setting to <strong>true</strong>.</p>
<p>On iOS, you can activate <strong>enableswipenavigation</strong> variable in <strong>Config.swift</strong>.</p>
<p><span style="font-weight: 400;">Moreover, please consider adding back/forward navigation swipe functions to your web app itself, e.g.,<a href="https://css-tricks.com/simple-swipe-with-vanilla-javascript/" target="_blank" rel="noopener"> https://css-tricks.com/simple-swipe-with-vanilla-javascript/ </a></span></p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/how-to-add-a-swipe-back-swipe-forward-function/">How to add a “swipe back/swipe forward” function in my WebView app?</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.webviewgold.com/support-center/knowledgebase/how-to-add-a-swipe-back-swipe-forward-function/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Can I convert my website to macOS desktop app with WebViewGold?</title>
		<link>https://www.webviewgold.com/support-center/knowledgebase/can-i-convert-my-website-to-macos-desktop-app-with-webviewgold/</link>
					<comments>https://www.webviewgold.com/support-center/knowledgebase/can-i-convert-my-website-to-macos-desktop-app-with-webviewgold/#respond</comments>
		
		<dc:creator><![CDATA[webviewgold_support_center]]></dc:creator>
		<pubDate>Fri, 06 Aug 2021 09:09:08 +0000</pubDate>
				<guid isPermaLink="false">https://www.webviewgold.com/support-center/?post_type=knowledgebase&#038;p=249</guid>

					<description><![CDATA[<p>Yes, WebViewGold for macOS supports all kinds of web apps/websites (including HTML, PHP, WordPress, Progressive Web Apps, HTML 5 Games, apprat.io, WiX, bubble. Webflow …). Think about your app like a full-screen browser. Everything will work and look like your web app/website. All the changes you have made to your website will be applied to &#8230; <a href="https://www.webviewgold.com/support-center/knowledgebase/can-i-convert-my-website-to-macos-desktop-app-with-webviewgold/">Continued</a></p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/can-i-convert-my-website-to-macos-desktop-app-with-webviewgold/">Can I convert my website to macOS desktop app with WebViewGold?</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">Yes, <a href="https://www.webviewgold.com/mac/" target="_blank" rel="noopener">WebViewGold for macOS</a> supports all kinds of web apps/websites (including HTML, PHP, WordPress, Progressive Web Apps, HTML 5 Games, apprat.io, WiX, bubble. Webflow …). Think about your app like a full-screen browser. Everything will work and look like your web app/website. All the changes you have made to your website will be applied to your app immediately.</span></p>
<p>The post <a rel="nofollow" href="https://www.webviewgold.com/support-center/knowledgebase/can-i-convert-my-website-to-macos-desktop-app-with-webviewgold/">Can I convert my website to macOS desktop app with WebViewGold?</a> appeared first on <a rel="nofollow" href="https://www.webviewgold.com/support-center">WebViewGold Support Center</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.webviewgold.com/support-center/knowledgebase/can-i-convert-my-website-to-macos-desktop-app-with-webviewgold/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
