Are custom fonts that I add to my iOS app available to other apps on the device?












1















I have proprietary custom fonts in my iOS app and I'm wondering whether other apps can use my font after the app has been installed on a device.



Thanks!










share|improve this question



























    1















    I have proprietary custom fonts in my iOS app and I'm wondering whether other apps can use my font after the app has been installed on a device.



    Thanks!










    share|improve this question

























      1












      1








      1








      I have proprietary custom fonts in my iOS app and I'm wondering whether other apps can use my font after the app has been installed on a device.



      Thanks!










      share|improve this question














      I have proprietary custom fonts in my iOS app and I'm wondering whether other apps can use my font after the app has been installed on a device.



      Thanks!







      ios iphone fonts






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 31 '18 at 8:20









      Shay FriedmanShay Friedman

      3,41252845




      3,41252845
























          2 Answers
          2






          active

          oldest

          votes


















          4














          No. As the other apps can't access your app's bundle resources, they can't use your custom font.



          Since It's not possible to access other app bundle details, there is no document available since now.



          But you can learn more about NSBundle here and about Accessing a Bundle's Content here.






          share|improve this answer


























          • Thanks! Where can I find reference to that information?

            – Shay Friedman
            Dec 31 '18 at 8:34



















          1














          Yes, one can get your assets like , Appicons, Launch Image, Fonts any mp3/mp4 file that all added as Assets.
          Now, How can we get this...
          for Example,



          Download an App through Mac Itunes --> Right Click & Open in Folder --> Copy IPA to Dektop --> Now Change .IPA extension to .ZIP & Extract the converted ZIP file --> OPen FOlder --> Right Click on App & Click on Show Package Contents --> It will shwo you the Assets Used in Apps






          share|improve this answer























            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53985164%2fare-custom-fonts-that-i-add-to-my-ios-app-available-to-other-apps-on-the-device%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4














            No. As the other apps can't access your app's bundle resources, they can't use your custom font.



            Since It's not possible to access other app bundle details, there is no document available since now.



            But you can learn more about NSBundle here and about Accessing a Bundle's Content here.






            share|improve this answer


























            • Thanks! Where can I find reference to that information?

              – Shay Friedman
              Dec 31 '18 at 8:34
















            4














            No. As the other apps can't access your app's bundle resources, they can't use your custom font.



            Since It's not possible to access other app bundle details, there is no document available since now.



            But you can learn more about NSBundle here and about Accessing a Bundle's Content here.






            share|improve this answer


























            • Thanks! Where can I find reference to that information?

              – Shay Friedman
              Dec 31 '18 at 8:34














            4












            4








            4







            No. As the other apps can't access your app's bundle resources, they can't use your custom font.



            Since It's not possible to access other app bundle details, there is no document available since now.



            But you can learn more about NSBundle here and about Accessing a Bundle's Content here.






            share|improve this answer















            No. As the other apps can't access your app's bundle resources, they can't use your custom font.



            Since It's not possible to access other app bundle details, there is no document available since now.



            But you can learn more about NSBundle here and about Accessing a Bundle's Content here.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Dec 31 '18 at 9:00

























            answered Dec 31 '18 at 8:26









            NatarajanNatarajan

            2,26131025




            2,26131025













            • Thanks! Where can I find reference to that information?

              – Shay Friedman
              Dec 31 '18 at 8:34



















            • Thanks! Where can I find reference to that information?

              – Shay Friedman
              Dec 31 '18 at 8:34

















            Thanks! Where can I find reference to that information?

            – Shay Friedman
            Dec 31 '18 at 8:34





            Thanks! Where can I find reference to that information?

            – Shay Friedman
            Dec 31 '18 at 8:34













            1














            Yes, one can get your assets like , Appicons, Launch Image, Fonts any mp3/mp4 file that all added as Assets.
            Now, How can we get this...
            for Example,



            Download an App through Mac Itunes --> Right Click & Open in Folder --> Copy IPA to Dektop --> Now Change .IPA extension to .ZIP & Extract the converted ZIP file --> OPen FOlder --> Right Click on App & Click on Show Package Contents --> It will shwo you the Assets Used in Apps






            share|improve this answer




























              1














              Yes, one can get your assets like , Appicons, Launch Image, Fonts any mp3/mp4 file that all added as Assets.
              Now, How can we get this...
              for Example,



              Download an App through Mac Itunes --> Right Click & Open in Folder --> Copy IPA to Dektop --> Now Change .IPA extension to .ZIP & Extract the converted ZIP file --> OPen FOlder --> Right Click on App & Click on Show Package Contents --> It will shwo you the Assets Used in Apps






              share|improve this answer


























                1












                1








                1







                Yes, one can get your assets like , Appicons, Launch Image, Fonts any mp3/mp4 file that all added as Assets.
                Now, How can we get this...
                for Example,



                Download an App through Mac Itunes --> Right Click & Open in Folder --> Copy IPA to Dektop --> Now Change .IPA extension to .ZIP & Extract the converted ZIP file --> OPen FOlder --> Right Click on App & Click on Show Package Contents --> It will shwo you the Assets Used in Apps






                share|improve this answer













                Yes, one can get your assets like , Appicons, Launch Image, Fonts any mp3/mp4 file that all added as Assets.
                Now, How can we get this...
                for Example,



                Download an App through Mac Itunes --> Right Click & Open in Folder --> Copy IPA to Dektop --> Now Change .IPA extension to .ZIP & Extract the converted ZIP file --> OPen FOlder --> Right Click on App & Click on Show Package Contents --> It will shwo you the Assets Used in Apps







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 31 '18 at 9:24









                MAhipal SinghMAhipal Singh

                2,3381738




                2,3381738






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53985164%2fare-custom-fonts-that-i-add-to-my-ios-app-available-to-other-apps-on-the-device%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Monofisismo

                    Angular Downloading a file using contenturl with Basic Authentication

                    Olmecas