Posts

Post not yet marked as solved
1 Replies
362 Views
Hello! Our company wants to rebrand and we want to change the bundleId of the app, but we don't want our app to be removed from the App Store since there will be two copies of the same app. How can we do it without breaking Apple's rules?
Posted
by inikolaev.
Last updated
.
Post not yet marked as solved
0 Replies
239 Views
We are developing an application for another company. it must be corporate for another company. How do we pass it on to them, what certificates or application signatures should we use? So that they can use it within their company without using the app store
Posted
by inikolaev.
Last updated
.
Post marked as solved
7 Replies
6.4k Views
Hello,This renders a screen with strange characters.When trying to load a different file type (eg. PDF, PNG, JPEG), it works perfectly.Also tried loading the .doc data into a UIWebview and it also works fine. I am getting the data from a server using JSON encoded to Base64.let webview = WKWebView() webview.load(data, mimeType: "application/msword", characterEncodingName: "UTF-8", baseURL: NSURL() as URL)Has anyone encountered this issue as well?File should not save locally.it is condition.
Posted
by inikolaev.
Last updated
.
Post not yet marked as solved
0 Replies
189 Views
Hello, We are have a message in App Store "This app require specific features not available on this device." on wi-fi devices. I need to make one application in the App Store. Which could be installed on wi-fi + Cellular devices, the plist set the Required device capabilities gps setting, and the same application does not have the Required device capabilities gps setting on devices with only wi-fi. How to do it? Thanks.
Posted
by inikolaev.
Last updated
.
Post not yet marked as solved
2 Replies
464 Views
I want to make a share screen on IOS, what I should technologies used?
Posted
by inikolaev.
Last updated
.