{"id":4327,"date":"2014-01-10T18:24:17","date_gmt":"2014-01-10T12:54:17","guid":{"rendered":"http:\/\/live-42gears-site.pantheonsite.io\/blog\/?p=4327"},"modified":"2023-01-13T05:16:51","modified_gmt":"2023-01-13T05:16:51","slug":"how-to-launch-surefox-from-other-apps-on-ipads-and-iphones","status":"publish","type":"post","link":"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/","title":{"rendered":"How to launch SureFox from other apps on iPads and iPhones?"},"content":{"rendered":"<table width=\"210\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td style=\"text-align: left;\" colspan=\"2\" width=\"128\" height=\"20\"><span style=\"color: #585858; font-size: small;\"><strong>Applies to<\/strong><\/span>:<\/td>\n<\/tr>\n<tr>\n<td height=\"20\"><span style=\"color: #0080ff; font-size: small;\"><strong>Product<\/strong><\/span><\/td>\n<td height=\"20\"><strong><span style=\"color: #fe8f8f; font-size: small;\">SureFox<\/span><\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\" height=\"20\"><span style=\"color: #0080ff; font-size: small;\"><strong>Platform<\/strong><\/span><\/td>\n<td height=\"20\"><strong><span style=\"color: #fe8f8f; font-size: small;\">iOS<\/span><\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>With SureFox App Scheme, it is possible to launch SureFox from another app, and by providing a&nbsp;URL after the scheme, SureFox will launch and open the URL. The URL will load if it\u2019s in the list of&nbsp;allowed website, else an error page will be shown.<\/p>\n<p>SureFox can be launched by three ways:<\/p>\n<p><strong>1<\/strong>. &nbsp;By using Safari or an app that can open URL\u2019s<\/p>\n<p><strong>2<\/strong>. &nbsp;By using <strong>UIApplication class\u2019s openURL<\/strong> method at the required location in your app<\/p>\n<p><strong>3<\/strong>. &nbsp;By passing URL\u2019s with scheme as <strong>surefox:\/\/<\/strong> for SureFox and <strong>surefoxlite:\/\/<\/strong> for SureFox Lite<\/p>\n<p>&nbsp;<\/p>\n<p><strong>1. Using Safari to launch SureFox:<\/strong><\/p>\n<p><strong><\/strong>In the iOS device\u2019s Safari address bar enter : <span style=\"color: #31b404;\">surefox:\/\/<\/span> for SureFox or <span style=\"color: #31b404;\">surefoxlite:\/\/<\/span> for&nbsp;SureFox Lite.<\/p>\n<p>To launch SureFox and open a specific website enter URL as: <span style=\"text-decoration: underline;\"><span style=\"color: #31b404; text-decoration: underline;\">surefox:\/\/www.yourwebsite.com<\/span><\/span> for&nbsp;SureFox and <span style=\"text-decoration: underline;\"><span style=\"color: #31b404; text-decoration: underline;\">surefoxlite:\/\/www.yourwebsite.com<\/span><\/span> for SureFox Lite.<\/p>\n<p>Some more examples:<\/p>\n<p>\u2022 &nbsp;If \u201cAllow Sub-Domain\u201d option is switched <strong><span style=\"color: #31b404;\">ON<\/span><\/strong> in SureFox settings for <span style=\"color: #31b404; text-decoration: underline;\">\u00ab\u00a0www.yourwebsite.com\u00a0\u00bb<\/span> then&nbsp;using url like below will also work:<\/p>\n<ul>\n<li><em><span style=\"color: #b40404;\">surefox:\/\/yourwebsite.com<\/span><\/em><\/li>\n<li><em><span style=\"color: #b40404;\">surefoxlite:\/\/yourwebsite.com<\/span><\/em><\/li>\n<\/ul>\n<p><span style=\"color: #ffffff;\">_______________<\/span>or<\/p>\n<ul>\n<li><em><span style=\"color: #b40404;\">surefox:\/\/mail.yourwebsite.com<\/span><\/em><\/li>\n<li><em><span style=\"color: #b40404;\">surefoxlite:\/\/mail.yourwebsite.com<\/span><\/em><\/li>\n<\/ul>\n<p>\u2022 &nbsp;If \u201cAllow Sub-Domain\u201d is <strong><span style=\"color: #31b404;\">OFF<\/span><\/strong> then sub-domain has to be mentioned:<\/p>\n<ul>\n<li><em><span style=\"color: #b40404;\">surefox:\/\/www.yourwebsite.com<\/span><\/em><\/li>\n<li><em><span style=\"color: #b40404;\">surefoxlite:\/\/www.yourwebsite.com<\/span><\/em><\/li>\n<\/ul>\n<p>\u2022 &nbsp;If \u201cAllow only this URL\u201d is <strong><span style=\"color: #31b404;\">ON<\/span><\/strong> for \u201chttp:\/\/www.yourwebsite.com\/abc\u201d then the URL in Safari has to&nbsp;be:<\/p>\n<ul>\n<li><em><span style=\"color: #b40404;\">surefox:\/\/http:\/\/www.yourwebsite.com\/abc<\/span><\/em><\/li>\n<li><em><span style=\"color: #b40404;\">surefoxlite:\/\/http:\/\/www.yourwebsite.com\/abc<\/span><\/em><\/li>\n<\/ul>\n<p>\u2022 &nbsp;If you wish to give the scheme of the url as well then it can be done as below(following&nbsp;convention above):<\/p>\n<ul>\n<li><em><span style=\"color: #b40404;\">surefox:\/\/http:\/\/www.yourwebsite.com<\/span><\/em><\/li>\n<li><em><span style=\"color: #b40404;\">surefoxlite:\/\/http:\/\/www.yourwebsite.com<\/span><\/em><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p><strong>2. Using \u201copenURL\u201d method in your app:<\/strong><\/p>\n<p>To launch SureFox from another app, it is necessary to use <strong>UIApplication<\/strong> class\u2019s <strong>openURL&nbsp;<\/strong>method at required location as shown below:<\/p>\n<div style=\"font-size: 10px; width: 710px; height: 150px; overflow: auto; border: 1px dashed #000000;\">\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #31b404;\">Calling this method simply launches SureFox\/SureFox Lite<\/span><\/span><\/p>\n<p><span style=\"color: #29088a;\">[[UIApplication sharedApplication] openURL:[NSURL URLWithString:<\/span><span style=\"color: #b40404;\">@\u201csurefox:\/\/\u201c<span style=\"color: #29088a;\">]];<\/span><\/span><\/p>\n<p>or<\/p>\n<p><span style=\"color: #29088a;\">[[UIApplication sharedApplication] openURL:[NSURL URLWithString:<\/span><span style=\"color: #b40404;\">@\u00a0\u00bbsurefoxlite:\/\/\u00a0\u00bb<span style=\"color: #29088a;\">]];<\/span><\/span><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<div style=\"font-size: 10px; width: 710px; height: 500px; overflow: auto; border: 1px dashed #000000;\">\n<p>In case of Website <em><span style=\"color: #b40404;\">http:\/\/www.yourwebsite.com<\/span><\/em> added in SureFox Allowed Websites:<\/p>\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #31b404;\">Call the method in these formats when \u201cAllow Sub-Domain is <strong>ON<\/strong>:<\/span><\/span><\/p>\n<p><span style=\"color: #29088a;\">[[UIApplication sharedApplication] openURL:[NSURL URLWithString:<\/span><span style=\"color: #b40404;\">@\u201csurefox:\/\/www.yourwebsite.com\u201d<span style=\"color: #29088a;\">]];<\/span><\/span><\/p>\n<p>or<\/p>\n<p><span style=\"color: #29088a;\">[[UIApplication sharedApplication] openURL:[NSURL URLWithString:<\/span><span style=\"color: #b40404;\">@\u201csurefox:\/\/mail.yourwebsite.com\u201c<span style=\"color: #29088a;\">]];<\/span><\/span><\/p>\n<p>or<\/p>\n<p><span style=\"color: #29088a;\">[[UIApplication sharedApplication] openURL:[NSURL URLWithString:<\/span><span style=\"color: #b40404;\">@\u201csurefox:\/\/yourwebsite.com\u201d<span style=\"color: #29088a;\">]];<\/span><\/span><\/p>\n<p>or<\/p>\n<p><span style=\"color: #29088a;\">[[UIApplication sharedApplication] openURL:[NSURL URLWithString:<\/span><span style=\"color: #b40404;\">@\u201csurefox:\/\/http:\/\/yourwebsite.com\u201d<span style=\"color: #29088a;\">]];<\/span><\/span><\/p>\n<p>or<\/p>\n<p><span style=\"color: #29088a;\">[[UIApplication sharedApplication] openURL:[NSURL URLWithString:<\/span><span style=\"color: #b40404;\">@\u201csurefox:\/\/http:\/\/www.yourwebsite.com\u201d<span style=\"color: #29088a;\">]];<\/span><\/span><\/p>\n<p>or<\/p>\n<p><span style=\"color: #29088a;\">[[UIApplication sharedApplication] openURL:[NSURL URLWithString:<\/span><span style=\"color: #b40404;\">@\u201csurefox:\/\/http:\/\/mail.yourwebsite.com\u201d<span style=\"color: #29088a;\">]];<\/span><\/span><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<div style=\"font-size: 10px; width: 710px; height: 140px; overflow: auto; border: 1px dashed #000000;\">\n<p><span style=\"text-decoration: underline;\"><span style=\"color: #31b404;\">Call the method in these formats when \u201cAllow Sub-Domain is <strong>OFF<\/strong>:<\/span><\/span><\/p>\n<p><span style=\"color: #29088a;\">[[UIApplication sharedApplication] openURL:[NSURL URLWithString:<\/span><span style=\"color: #b40404;\">@\u201csurefox:\/\/www.yourwebsite.com\u201d<span style=\"color: #29088a;\">]];<\/span><\/span><\/p>\n<p>or<\/p>\n<p><span style=\"color: #29088a;\">[[UIApplication sharedApplication] openURL:[NSURL URLWithString:<\/span><span style=\"color: #b40404;\">@\u201csurefox:\/\/http:\/\/www.yourwebsite.com\u201d<span style=\"color: #29088a;\">]];<\/span><\/span><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<p><strong>3. By Passing the URL in links with prefix as <em>surefox:\/\/<\/em> or <em>surefoxlite:\/\/ <\/em>:<\/strong><\/p>\n<p><strong><\/strong>If it requires that a link be opened in SureFox, the URL must be edited to include prefix as&nbsp;<span style=\"color: #31b404;\">surefox:\/\/<\/span> or <span style=\"color: #31b404;\">surefoxlite:\/\/<\/span><\/p>\n<p>Example:<br \/>\nLink:<span style=\"text-decoration: underline;\"><span style=\"color: #31b404;\">http:\/\/www.yourwebsite.com<\/span><\/span><\/p>\n<p>To open it in SureFox edit it to:<br \/>\nEdited link: <span style=\"text-decoration: underline;\"><span style=\"color: #31b404;\">surefox:\/\/http:\/\/www.yourwebsite.com<\/span><\/span><\/p>\n<p>&nbsp;<\/p>\n<p>For any more details contact us on&nbsp;<a href=\"mailto:techsupport@42gears.com\"><span style=\"color: #045fb4;\">techsupport@42gears.com<\/span><\/a><\/p>\n<p>For free trail, <a title=\"Download SureFox for iOS\" href=\"http:\/\/live-42gears-site.pantheonsite.io\/surefox\/surefox_ios.html\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #045fb4;\">click here<\/span><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Applies to: Product SureFox Platform iOS With SureFox App Scheme, it is possible to launch SureFox from another app, and by providing a&nbsp;URL after the scheme, SureFox will launch and open the URL. The URL will load if it\u2019s in the list of&nbsp;allowed website, else an error page will be shown. SureFox can be launched&hellip;<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[39,12,16],"tags":[13,15],"class_list":["post-4327","post","type-post","status-publish","format-standard","hentry","category-development","category-ios","category-surefox","tag-ios","tag-surefox"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.6 (Yoast SEO v24.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Launch SureFox From Other Apps On IPads And IPhones? | 42Gears<\/title>\n<meta name=\"description\" content=\"42Gears\u2019 blog has everything you need to future-proof your business. Learn the step-by-step guide to launching SureFox from other apps on iPads and iPhones.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to launch SureFox from other apps on iPads and iPhones?\" \/>\n<meta property=\"og:description\" content=\"42Gears\u2019 blog has everything you need to future-proof your business. Learn the step-by-step guide to launching SureFox from other apps on iPads and iPhones.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/\" \/>\n<meta property=\"og:site_name\" content=\"42Gears Mobility Systems\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/42gears\" \/>\n<meta property=\"article:published_time\" content=\"2014-01-10T12:54:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-13T05:16:51+00:00\" \/>\n<meta name=\"author\" content=\"42Gears Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@42Gears\" \/>\n<meta name=\"twitter:site\" content=\"@42Gears\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"42Gears Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/\"},\"author\":{\"name\":\"42Gears Team\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d\"},\"headline\":\"How to launch SureFox from other apps on iPads and iPhones?\",\"datePublished\":\"2014-01-10T12:54:17+00:00\",\"dateModified\":\"2023-01-13T05:16:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/\"},\"wordCount\":540,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.42gears.com\/#organization\"},\"keywords\":[\"iOS\",\"SureFox\"],\"articleSection\":[\"Development\",\"iOS\",\"SureFox\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/\",\"url\":\"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/\",\"name\":\"How To Launch SureFox From Other Apps On IPads And IPhones? | 42Gears\",\"isPartOf\":{\"@id\":\"https:\/\/www.42gears.com\/#website\"},\"datePublished\":\"2014-01-10T12:54:17+00:00\",\"dateModified\":\"2023-01-13T05:16:51+00:00\",\"description\":\"42Gears\u2019 blog has everything you need to future-proof your business. Learn the step-by-step guide to launching SureFox from other apps on iPads and iPhones.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.42gears.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to launch SureFox from other apps on iPads and iPhones?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.42gears.com\/#website\",\"url\":\"https:\/\/www.42gears.com\/\",\"name\":\"42Gears Mobility Systems\",\"description\":\"Mobile Device Management (MDM), Mobile Security &amp; Mobile Device Lockdown\",\"publisher\":{\"@id\":\"https:\/\/www.42gears.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.42gears.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.42gears.com\/#organization\",\"name\":\"MDM - 42Gears\",\"url\":\"https:\/\/www.42gears.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png\",\"contentUrl\":\"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png\",\"width\":499,\"height\":330,\"caption\":\"MDM - 42Gears\"},\"image\":{\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/42gears\",\"https:\/\/x.com\/42Gears\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d\",\"name\":\"42Gears Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.42gears.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g\",\"caption\":\"42Gears Team\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How To Launch SureFox From Other Apps On IPads And IPhones? | 42Gears","description":"42Gears\u2019 blog has everything you need to future-proof your business. Learn the step-by-step guide to launching SureFox from other apps on iPads and iPhones.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/","og_locale":"fr_FR","og_type":"article","og_title":"How to launch SureFox from other apps on iPads and iPhones?","og_description":"42Gears\u2019 blog has everything you need to future-proof your business. Learn the step-by-step guide to launching SureFox from other apps on iPads and iPhones.","og_url":"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/","og_site_name":"42Gears Mobility Systems","article_publisher":"https:\/\/www.facebook.com\/42gears","article_published_time":"2014-01-10T12:54:17+00:00","article_modified_time":"2023-01-13T05:16:51+00:00","author":"42Gears Team","twitter_card":"summary_large_image","twitter_creator":"@42Gears","twitter_site":"@42Gears","twitter_misc":{"Written by":"42Gears Team","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/#article","isPartOf":{"@id":"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/"},"author":{"name":"42Gears Team","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d"},"headline":"How to launch SureFox from other apps on iPads and iPhones?","datePublished":"2014-01-10T12:54:17+00:00","dateModified":"2023-01-13T05:16:51+00:00","mainEntityOfPage":{"@id":"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/"},"wordCount":540,"commentCount":0,"publisher":{"@id":"https:\/\/www.42gears.com\/#organization"},"keywords":["iOS","SureFox"],"articleSection":["Development","iOS","SureFox"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/","url":"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/","name":"How To Launch SureFox From Other Apps On IPads And IPhones? | 42Gears","isPartOf":{"@id":"https:\/\/www.42gears.com\/#website"},"datePublished":"2014-01-10T12:54:17+00:00","dateModified":"2023-01-13T05:16:51+00:00","description":"42Gears\u2019 blog has everything you need to future-proof your business. Learn the step-by-step guide to launching SureFox from other apps on iPads and iPhones.","breadcrumb":{"@id":"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.42gears.com\/fr\/blog\/how-to-launch-surefox-from-other-apps-on-ipads-and-iphones\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.42gears.com\/fr\/"},{"@type":"ListItem","position":2,"name":"How to launch SureFox from other apps on iPads and iPhones?"}]},{"@type":"WebSite","@id":"https:\/\/www.42gears.com\/#website","url":"https:\/\/www.42gears.com\/","name":"42Gears Mobility Systems","description":"Mobile Device Management (MDM), Mobile Security &amp; Mobile Device Lockdown","publisher":{"@id":"https:\/\/www.42gears.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.42gears.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.42gears.com\/#organization","name":"MDM - 42Gears","url":"https:\/\/www.42gears.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png","contentUrl":"https:\/\/www.42gears.com\/wp-content\/uploads\/2018\/12\/Featured-Image-42Gears-logo.png","width":499,"height":330,"caption":"MDM - 42Gears"},"image":{"@id":"https:\/\/www.42gears.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/42gears","https:\/\/x.com\/42Gears"]},{"@type":"Person","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/28a14f2c32de4a7903ac672579a88a2d","name":"42Gears Team","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.42gears.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d257fb658a429b8607872336eac3833a8314ca3ca67d72c90ceeddc7700c42e?s=96&d=mm&r=g","caption":"42Gears Team"}}]}},"author_meta":{"ID":"7","user_nicename":"42gears","user_email":"42gears@gmail.com","user_registered":"2015-07-15 04:55:37","display_name":"42Gears Team","first_name":"42Gears","last_name":"Team"},"_links":{"self":[{"href":"https:\/\/www.42gears.com\/fr\/wp-json\/wp\/v2\/posts\/4327","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.42gears.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.42gears.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.42gears.com\/fr\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.42gears.com\/fr\/wp-json\/wp\/v2\/comments?post=4327"}],"version-history":[{"count":2,"href":"https:\/\/www.42gears.com\/fr\/wp-json\/wp\/v2\/posts\/4327\/revisions"}],"predecessor-version":[{"id":84769,"href":"https:\/\/www.42gears.com\/fr\/wp-json\/wp\/v2\/posts\/4327\/revisions\/84769"}],"wp:attachment":[{"href":"https:\/\/www.42gears.com\/fr\/wp-json\/wp\/v2\/media?parent=4327"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.42gears.com\/fr\/wp-json\/wp\/v2\/categories?post=4327"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.42gears.com\/fr\/wp-json\/wp\/v2\/tags?post=4327"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}