iOS Question [Solved] override main.m in the special folder

schimanski

Well-Known Member
Licensed User
Longtime User
It is now possible to override main.m and Project-Info.plist by putting the files in the special folder.

I have tried to upload my project to itunes-connect. The main.m for

B4X:
    #PlistExtra: <key>UIBackgroundModes</key><array><string>fetch</string><string>remote-notification</string></array>

isn't accepted. It is only possible to delete the main out of the special-folder and use the one under the projects-folder of b4i.

The normal main.m is accepted by itunes, when it is in the special-folder.
 

schimanski

Well-Known Member
Licensed User
Longtime User
Yes, i know that. I thought, that it is now possible with new beta-version. I try to reproduce the error message and post it...
 
Upvote 0

schimanski

Well-Known Member
Licensed User
Longtime User
Solved. I tried it again to reproduce the error and now, it was uploaded to itunes with the main-file in the special-folder without problems..Thank you for your efforts...
 
Upvote 0
Top