darach5315 New Member Jan 5, 2021 #1 hi can add permission to manifest in runtime? for example markets permission? I Can't add all markets permission to manifest together, because every markets find permission of other market and reject my app
hi can add permission to manifest in runtime? for example markets permission? I Can't add all markets permission to manifest together, because every markets find permission of other market and reject my app
DonManfred Expert Licensed User Longtime User Jan 5, 2021 #2 1. Do not change the font. darach5315 said: can add permission to manifest in runtime? Click to expand... No. All permissions in the Manifest must be present when compiling. Upvote 0
1. Do not change the font. darach5315 said: can add permission to manifest in runtime? Click to expand... No. All permissions in the Manifest must be present when compiling.
Erel B4X founder Staff member Licensed User Longtime User Jan 5, 2021 #3 You can use conditional compilation to create several apps from the same project with different settings and permissions. Upvote 0
You can use conditional compilation to create several apps from the same project with different settings and permissions.
darach5315 New Member Jan 5, 2021 #4 Erel said: You can use conditional compilation to create several apps from the same project with different settings and permissions. Click to expand... Thank you Upvote 0
Erel said: You can use conditional compilation to create several apps from the same project with different settings and permissions. Click to expand... Thank you