Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

TizenStore: Undocumented APIs is detected (white list).

Discussion in 'Tizen' started by Firebeast, Dec 23, 2016.

  1. Firebeast

    Firebeast

    Joined:
    Jul 16, 2014
    Posts:
    8
    Hey guys,

    I got some problem in submitting game to Tizen Store.

    Scenario:
    1. Upload game to store and submit
    2. Game is rejected with detail as attached

    upload_2016-12-23_19-46-19.png

    and here's what is inside core_whitelist.txt :
    std::__throw_out_of_range_fmt(char const*, ...)[mygamename]

    Other info:
    - Unity 5.5.0f3

    Question:
    What went wrong?
     

    Attached Files:

  2. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    Could you try again but change the minimum tizen sdk to 2.4 in PlayerSettings? That should hopefully resolve the issue.
     
  3. Crichton333

    Crichton333

    Joined:
    May 4, 2014
    Posts:
    113
    I also got the email of doom. Will try different settings later. Game runs well on device. No idea what API, game is clean Unity.

    p.s. Unity 5.5.0f3 (64-bit), std::__throw_out_of_range_fmt(char const*, ...)


     
    Last edited: Dec 24, 2016
    MrEsquire likes this.
  4. phuocnh88

    phuocnh88

    Joined:
    Mar 3, 2015
    Posts:
    7
    I got the same problem, is there any fix for it?
     
  5. Firebeast

    Firebeast

    Joined:
    Jul 16, 2014
    Posts:
    8
    Hey guys, what's advised by Masterfalcon works like charm. For those who's already in Unity 5.5, go to build settings > player settings > change the minimun tizen sdk from 2.3 to 2.4
    Thanks Masterfalcon and I hope you guys made it :D
     
  6. Wadjey

    Wadjey

    Joined:
    Feb 4, 2015
    Posts:
    244
    That's mean Tizen 2.3 support is dropped?
     
  7. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    Yes, that is correct.
     
  8. OnurYIL

    OnurYIL

    Joined:
    Nov 4, 2013
    Posts:
    140
    Isn't it just better to install an earlier version of Unity, for example 5.4.1? It works perfectly for me and supports 2.3 too.
     
  9. Firebeast

    Firebeast

    Joined:
    Jul 16, 2014
    Posts:
    8
    Problem is: If your project was opened on 5.5 just for once, you'll unable to open it anymore with lower version Unity. Correct me if I am wrong but that's what happened to me :(
     
  10. OnurYIL

    OnurYIL

    Joined:
    Nov 4, 2013
    Posts:
    140
    I don't think so. I downgraded many projects during 5.3 cycle. Unless something special to 5.5 I think you can downgrade a project.
     
  11. Wadjey

    Wadjey

    Joined:
    Feb 4, 2015
    Posts:
    244
    Once you upgraded to Unity 5.5 you can't downgrade anymore to Unity 5.4 or older. I hope Unity team will fix this issue to be able to switch at least between Unity 5.x versions.
     
  12. NoxfallStudios

    NoxfallStudios

    Joined:
    Oct 17, 2016
    Posts:
    17
    I've just tried changing the minimum tizen sdk to 2.4 and it got rejected again. I'm using Unity 5.5.0f3. Did I miss something?

    Thanks
     
  13. Crichton333

    Crichton333

    Joined:
    May 4, 2014
    Posts:
    113
    I can confirm that this is the fix for the original error, as stated above. I have games published on the Tizen store.

    --> change the minimum tizen sdk to 2.4 in PlayerSettings
     
  14. Gerold_Meisinger

    Gerold_Meisinger

    Joined:
    Sep 8, 2015
    Posts:
    93
    Last edited: Jan 18, 2017
  15. NoxfallStudios

    NoxfallStudios

    Joined:
    Oct 17, 2016
    Posts:
    17
    Okay.. I think my problem was that my target device was the emulator instead of mobile. As I didn't know how to remove it as target I though that wouldn't be a problem... Hope this time works!
     
  16. namine

    namine

    Joined:
    Mar 1, 2013
    Posts:
    21
    I'm having the exact same problem, unfortunately changing the target SDK version didn't solve it.
    The game work fine on a device without any error.
    I tried the following SDK and Unity versions :
    • Unity 5.5.1f1 with Tizen SDK 2.4
    • Unity 5.5.1f1 with Tizen SDK 2.3
    • Unity 5.4.1f1 with Tizen SDK 2.4
    • Unity 5.4.1f1 with Tizen SDK 2.3
    None of these configuration work :-(
     
  17. robdil

    robdil

    Joined:
    Nov 12, 2013
    Posts:
    6
    same problem here with Unity 5.5.1f1...
     
  18. Crichton333

    Crichton333

    Joined:
    May 4, 2014
    Posts:
    113
    "I think my problem was that my target device was the emulator instead of mobile."

    People seem to be spamming this thread with any kind of rejection from Tizen. This fix is only
    if you get a report from Tizen that states an error from an Undocumented API.
     
  19. NoxfallStudios

    NoxfallStudios

    Joined:
    Oct 17, 2016
    Posts:
    17
    I don't get you. They were sending me the error about the undocumented API too.
     
  20. YousifRagab

    YousifRagab

    Joined:
    Oct 30, 2015
    Posts:
    19
    I got this too, But i want to build the game for the 2.3 version, because 41% of the tizen users use it. So all the users may be able to download it. But i don't know what to do with this!!
    I'm using Unity 5.5.1f1

    Error:
    std::__throw_out_of_range_fmt(char const*, ...)[mygamename]