schimanski Well-Known Member Licensed User Longtime User Feb 10, 2016 #1 It is now possible to override main.m and Project-Info.plist by putting the files in the special folder. Click to expand... 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.
It is now possible to override main.m and Project-Info.plist by putting the files in the special folder. Click to expand... 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.
Erel B4X founder Staff member Licensed User Longtime User Feb 10, 2016 #2 Do you remember which error message you got? In B4i v2.3 it wasn't possible to submit an app with a modified main.m file. The only way was to modify the file from the installation folder. Upvote 0
Do you remember which error message you got? In B4i v2.3 it wasn't possible to submit an app with a modified main.m file. The only way was to modify the file from the installation folder.
schimanski Well-Known Member Licensed User Longtime User Feb 10, 2016 #3 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
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...
schimanski Well-Known Member Licensed User Longtime User Feb 10, 2016 #4 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
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...