C

Craig C

Member

Last active [hidden]

  1. 4 weeks ago
    Tue Mar 19 02:27:19 2024

    Hi Angelo. Using pubcoder.project.title is a great idea. We will do that and use a different title in each rendition. That will work for this application.
    Thank you

  2. Mon Mar 18 03:33:13 2024

    Thank you Angelo. I didn't have much luck accessing the xreaderjs object or xreaderjs.rendition. I could read things from xreader though. But I agree it is best not to use undocumented functions.

    Do you think it would be possible to add a feature to the public PubCoder API to read the rendition being used?

    It seems like it may be useful in some applications to know the rendition (screen size, language and orientation) that is being used.

  3. 5 weeks ago
    Fri Mar 15 04:50:37 2024
    C Craig C started the conversation Get active language rendition programmatically.

    Hello
    Is it possible to determine the language rendition that an XPUB is using programatically? For example, if I have an XPUB file with an English and Spanish rendition, and the user chooses Spanish but their browser locale is en-US, how can I tell that they have loaded Spanish instead of English.

    I have a Javascript file which I would like to have different actions depending on the language they chose. I know I can do a modification in each rendition, but that creates a maintenance problem as for each language we would have to make any changes in every rendition version.

    Is there a Pubcoder Javascript call that would indicate what language is loaded?

    Thank you

  4. 2 years ago
    Thu Jan 13 00:22:13 2022

    Hello Angelo
    Yes, I have confirmed now in the publicly available PubCoder 4.1 that we can upload without getting any warnings now. Thank you for that.

  5. Wed Jan 5 05:32:49 2022
    C Craig C started the conversation Xcode 13/iPadOS 15 warning submitting to App Store.

    Hello

    When submitting an IPA to Apple App Store via Transporter we get this warning:

    WARNING ITMS-90901: "Missing full-screen support for the latest iPad mini display. The “PubViewer.iOS.app” bundle includes UIRequiresFullScreen=YES in the Info.plist or supports only a subset of UISupportedInterfaceOrientations, and is built with the 14.4 SDK. To take advantage of the full screen size, recompile with Xcode 13 and the SDK for iPadOS 15 or later."

    I have a Macbook PRO 11.6.2, Xcode 13.2.1 and Pubcoder 4.0.2.

    Is this an issue that is fixed in the Pubcoder 4.1 Beta Stream as part of this change:

    iOS Apps built with PubCoder now require iOS 12.4 or later to run

    Thank you