ios question

Welcome! Forums Unity Plugins In-App Web Browser ios question

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #301
    lulalaxing
    Participant

    Thank you for your package, used in android pretty good
    But I changed ios, no work.

    When i use it in xcode message:

    You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.

    Did i set up less? Or what’s wrong?
    Please help, thank you.

    Unity 6.5.1f1
    Xcode 8.3.3
    Iphone 5s 16mb IOS 10.2.1

    #302
    lulalaxing
    Participant

    try again, message:
    017-08-01 22:04:55.684698 app[240:6657] You are using download over http. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to https.
    Unknown Error
    <_WebRequest>c__Iterator0:MoveNext()
    UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)

    (Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)

    #303
    PiotrPiotr
    Keymaster

    Not sure what do you need from me, please read error message. It explains everything.
    It’s not really related to plugin, iOS discourages using HTTP and they want make a HTTPS standard in their apps.

    #325
    lulalaxing
    Participant

    Has been resolved, is to use UnityWebRequest www = new UnityWebRequest (url); callback, then call InAppBrowser, ios will happen such a situation.

    Another would like to ask,
    1.top bar there is no similar to IOSSafari, up or down to the bat will appear the function?
    2.top bar can be transparent, and then the page will not be squeezed down?

    thank you.

    #326
    PiotrPiotr
    Keymaster

    I don’t get first question.
    If you want to customize top bar I recommend hiding one coming from a plugin (hidesTopBar property) and implement one you want with HTML.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.