Posts

Post not yet marked as solved
4 Replies
8.7k Views
Hi,I am member of apple developer account with App manger role. I need to Generate App specific password and Attach that password to App center account.As per my information only account holder can do this work. I know that he (account holder ) can transfer his role to some one else. But due to some problem he can not leave his role. So, i want to know is there any possiblity so that he (account holder) can assign another account holder to me. Is it possible to have two account holder in one apple ID?Please help,Thanks in Advance.
Posted
by puju.
Last updated
.
Post not yet marked as solved
0 Replies
846 Views
We have an App in Appstore. Now my company is owned by other company and we want to change Following things in our app : - App name of already existing app Developer Details App Icon etc. When search with old name it should redirect to App with new Name Can you suggest how i can achieve that and what all things i need for this . Thanks in Advance.
Posted
by puju.
Last updated
.
Post not yet marked as solved
1 Replies
723 Views
Hi,I am using google direction web service in my application . I want to authenticate url using client id and digital signature. For that i need to use HMAC algorithm .I tried as given in link : https://github.com/googlemaps/url-signing/blob/gh-pages/URLSigner.swiftimport CryptoSwift class URLSigner: NSObject { static func sign(key: String, secret: String) -> URL?{ let path = "/path/something" var secret_key = secret secret_key = secret_key.replacingOccurrences(of: "-", with: "+").replacingOccurrences(of: "_", with: "/") if let decodedData = Data(base64Encoded: secret_key)?.bytes, let hmac = try? HMAC(key: decodedData, variant: .sha1).authenticate(Array(path.utf8)), var signature = hmac.toBase64(){ signature = signature.replacingOccurrences(of: "+", with: "-").replacingOccurrences(of: "/", with: "_") return URL(string: "URL" + path + "&signature=" + signature) } return URL(string: "URL" + path) } }But i am getting error : Ambiguous use of 'bytes' in the below line of codelet decodedData = Data(base64Encoded: secret_key)?.byteshow to resolve it .Please help .
Posted
by puju.
Last updated
.
Post not yet marked as solved
2 Replies
614 Views
Hi,We have an App in appstore named as "ABCD for ipad". Now we developed new app using xamarin and our app name is "ABCD".Is it possible to publish my new app?If yes , will it affect already existing app because it is for ipad and our new app is universal that means it is also for ipad.Thanks in advance.
Posted
by puju.
Last updated
.
Post not yet marked as solved
1 Replies
1.8k Views
Hi,I submitted App in Appstore From Appcenter. But it got Failed due to following issue :ITMS-90783: Missing bundle display name - The Info.plist key CFBundleDisplayName is missing or has an empty value in the bundle with bundle identifier 'xxxxxxxxx'.I googled and found that we need to add New field in info.plist.<key>CFBundleDisplayName</key><string>$(PRODUCT_NAME)</string>But earlier we are not facing this issue.Is it mandatory now to add CFBundleDisplayName ? also want to confirm can i declare same string in CFBundleDisplayName and CFBundleName . ie. $(PRODUCT_NAME).Please help.Thanks in Advance.
Posted
by puju.
Last updated
.
Post marked as solved
1 Replies
1.2k Views
Hi There,Our app is live in Appstore. The map functionality is already there. Now we want to add new functionality like Drive route , Changing Pin color on Map based on certain criteria which is not present in present app.I want to know that do we need to upload screenshot for new functionality while releasing it to Appstore . If yes, then what other app information we need to add in iTunes?Thanks in Advance.
Posted
by puju.
Last updated
.
Post not yet marked as solved
10 Replies
5k Views
Hi There,Our app is live in Appstore. The map functionality is already there. Now we want to add new functionality like Drive root , Changing Pin color on Map based on certain criteria which is not present in present app. I want to know that do we need to upload screenshot for new functionality while releasing it to Appstore . If yes, then do we need to change another app information in iTunes? Thanks in Advance.
Posted
by puju.
Last updated
.