Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

app rejected backgroundmode audio, location was set

to all submitting apps for iphone using iOS4

one of my apps has been rejected because of 2 entries in info.plist regarding backgroundmode. apple doesn't seem to accept apps with those entries if this feature isn't used in the app. removing it should, and resubmitting the app should work, but i wanted to mention it here for those having a deadline that should not be missed

i guess those entries are added automatically by titanium developer when creating an iphone project

— asked July 27th 2010 by Christian Sigl
  • backgroundmodes
  • iphone
  • rejected
  • submission
0 Comments

3 Answers

  • Had the same issue which I posted earlier here

    so i can just delete those 2 entries, recompile/repackage and submit again to itunes store? will look at it now. thanks!

    — answered July 27th 2010 by Felipe Apostol
    permalink
    1 Comment
    • i hope so, i just did reupload a binary, but of course the review-process was started from the beginning, which means i'm currently "waiting for review"

      — commented July 27th 2010 by Christian Sigl
  • i hope so, i just did reupload a binary, but of course the review-process was started from the beginning, which means i'm currently "waiting for review"

    — answered July 27th 2010 by Christian Sigl
    permalink
    0 Comments
  • Do I have to delete these 5 lines in the info.plist:

        <key>UIBackgroundModes</key>
        <array>
            <string>audio</string>
            <string>location</string>
        </array>
    

    Or just 2 lines that has the audio and location entries?

    — answered July 27th 2010 by Felipe Apostol
    permalink
    1 Comment
    • honestly i don't know, what is the right way here, but i simply deleted the whole UIBackgroundModes - key

      — commented July 27th 2010 by Christian Sigl
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.