Are custom fonts that I add to my iOS app available to other apps on the device?
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
add a comment |
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
add a comment |
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
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
ios iphone fonts
asked Dec 31 '18 at 8:20
Shay FriedmanShay Friedman
3,41252845
3,41252845
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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.
Thanks! Where can I find reference to that information?
– Shay Friedman
Dec 31 '18 at 8:34
add a comment |
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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Thanks! Where can I find reference to that information?
– Shay Friedman
Dec 31 '18 at 8:34
add a comment |
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.
Thanks! Where can I find reference to that information?
– Shay Friedman
Dec 31 '18 at 8:34
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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
add a comment |
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
add a comment |
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
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
answered Dec 31 '18 at 9:24
MAhipal SinghMAhipal Singh
2,3381738
2,3381738
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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