We are considering the development of a new service,
We would like to ask for detailed information on the feasibility of the following.
Is it possible to encapsulate only xcframework, such as encapsulating xcframeworkA into xcframeworkB?
If the above is possible, will the application incorporating the xcframework in the above state pass the review of apple?
General
RSS for tagExplore the intersection of business and app development. Discuss topics like device management, education, and resources for aspiring app developers.
Post
Replies
Boosts
Views
Activity
Is there a way for our app to deny Apple ID users from logging into the app if the Apple ID is not specifically managed by Apple School Manager? This would allow only students to be able to use the app.
Basically is there a way for us to know if an Apple ID was created by Apple School Manager?
Hey Community!
I am seeking your help. I have tried Apple Support but to no avail. I know they are busy with a lot of requests, understandable.
I previously had my personal developer account (which I used to use for building apps). But then I started my own consultancy/business. Now I want to create apps for my organization.
From what I understood from their guidelines:
1/ Create a new individual account with your organization.
2/ Somehow link it to an organization account using DUNS number, etc.
I am still stuck at point 1 because it doesn't verify my personal ID (could this be because it is linked to my old personal account).
Can someone walk me through the process of creating an organization account?
Quick question, when I make money from any third-party ad network I have running in my app (Google AdMob, for example), does Apple take a share of that?
Hey everyone,
Is it possible and how to get Managed Apple ID (email) programmatically for user signed in to ipad through shared IPad feature ?
It would be good to have MDM independent solution, I mean API call to MDM service is not acceptable for us.
Maybe API call to ASM or ABM, or get that somehow on iOS device end... any advice ?
Thanks in advance,
Dima
We have purchase but status still pending, please how to complete membership to active
Hello,
at our school we are using a kerberos proxy. Now we will introduce ipads. In my tests I have set this proxy in wifi settings. On next internet connection I was asked for my account credentials. After that I had full access to internet with ALL apps.
Obviously ios has set up a network relay which handles the kerberos authentication for the while device.
I have searched for documentation on this topic, but you will find only docs for kerberos with SSO and per app tickets.
Do someone has hints for this? Especially where are the password for the kerberos authentication stored on the ipad - it is not the same as in the wifi proxy settings!
With regards,
Helge
We have an enterprise app for which one of the Users is facing the below error.
Unable to verify app Internet connection is required to verify trust of the developer "<Enterprise_distribution_Profile>". This app will not be available until verified.
What could be the reason behind this error as only one user is facing the issue. Is there a way to fix it.
How to create python environment in Xcode
Hello, I am writing a research paper for my college marketing class and was hoping to get some insight as to the cost structure applicable to an online gambling app. The hypothetical app in question is an app in which users are able to use real money to bet on games but I can not find a cost structure besides the common in app purchase revenue sharing model of 30%. Is this still applicable in this hypothetical case or is an alternative revenue sharing model applicable due to this app's unique structure. Furthermore, would this fee be taken from bets (due to the apps losses) or from all realized profits?
We have an app that is unfortunately in business mode. It is impossible for customers to search. We want to make it public for the convenience of users. We have submitted 2 new apps with new bundler id, both return the same answer: bussines 3.2 and no advice.
Any comments are welcome. Please help us.
Hey,
If I were a PhD student enrolled at an accredited academic institution, would I still be eligible to participate in the Swift Student Challenge?
Thank you!
Hi,
I am currently a Phd student from CMU working on a XR project with Vision Pro. I found the latest released enterprise APIs can be really helpful for our project, especially the configuration of the object tracking provider.
However, I found a personal developer account can not access those APIs. And also it requires me to be a founder of the organization of the university when I try to update my account to an organization(CMU). I wonder is there any way to let the student still have a chance to try those fantastic APIs and some research based on them?
I really need those functions and I believe what I am working on is also going to be a great demo of the Vision Pro.
Thanks,
I am looking to do a deferred revenue recognition, is there anyone currently doing this process and if yes can I get the basic steps and reports that you use.
I assume the Subscriber report (daily)
https://uclient-api.itunes.apple.com/WebObjects/MZStorePlatform.woa/wa/lookup?version=2&id=1515995528&p=mdm-lockup&caller=MDM&platform=enterprisestore&cc=IN
return blank result when parameter platform=enterprisestore is added for india location
when platform=enterprisestore is removed for india location result is there.
https://uclient-api.itunes.apple.com/WebObjects/MZStorePlatform.woa/wa/lookup?version=2&id=1515995528&p=mdm-lockup&caller=MDM&cc=IN
Dear Apple,
Suggestions to rise tour TKDN in IS:
Make small components from ID, such as iPhone case,IPad case, etc
Continue with Productivity to build Apple Developer, recruiting local developer and headed by Apple developer
Train local technician to repair or replace some components from Apple device (off course they must be original parts).
I think it will fit 35% or more TKDN
p.s: someone in my family is interested to be Apple Dev, and increase skill from Android Dev
Hello Apple Support,
I'm reaching out in desperation, as my Apple Developer account was suddenly blocked without any prior notice. I'm writing from a different email address because I can't access my original account at all.
I've dedicated years of hard work, energy, and resources to build my applications and support my users through this platform. The sudden blocking of my account has not only put my business in jeopardy but also significantly impacted my personal life, as my income and livelihood heavily depend on it. The potential loss of revenue and the disruption to my users is devastating.
I’m deeply hurt and disheartened by the lack of communication and would appreciate any help to resolve this situation as quickly as possible. I kindly request guidance on how I can recover my account, or at the very least, understand why this action was taken.
Thank you for your attention to this matter. I’m hopeful for a quick resolution.
Hello Everyone,
I am completely new to programming, I have played with the Playgrounds app and I understand how some of the basic concepts work, however when going through "A Swift Tour" on developer.apple.com I struggle to understand a lot of the concepts presented.
Are there any resources that someone can recommend so I can continue to learn?
I tried just watching the video and searching the things I didn't understand, but I don't think I am learning much this way.
Today, I can no longer create a new version for my Apps. Getting "An error has occurred. Try again later"...
This has never happened to me before.
Hello! We using jwsRepresentation for Transaction. In documentation we found
The decoded payloads of the jwsRepresentation and JWSTransaction strings contain price fields that are specified in milliunits of the currency; StoreKit represents the price in units of currency. Take care not to confuse these two representations when working with both APIs.
source
But when we decoded JWS, we found what price are specified in units (but we were expecting to get milliunits)
We using https://developer.apple.com/documentation/storekit/product/purchaseresult/success
switch result {
case .success(let verification):
let jwsRepresentation = verification.jwsRepresentation
...
And when we decoded jwsRepresentation we get
{
"transactionId": ".....",
"originalTransactionId": ".....",
"webOrderLineItemId": ".....",
"bundleId": ".....",
"productId": ".....",
"subscriptionGroupIdentifier": ".....",
"purchaseDate": ".....",
"originalPurchaseDate": ".....",
"expiresDate": ".....",
"quantity": 1,
"type": ".....",
"deviceVerification": ".....",
"deviceVerificationNonce": ".....",
"appAccountToken": ".....",
"inAppOwnershipType": ".....",
"signedDate": ".....",
"environment": ".....",
"transactionReason": ".....",
"storefront": ".....",
"storefrontId": ".....",
"price": 12990,
"currency": "USD"
}