You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your app uses or references the following non-public APIs:
primitiveValue
The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change.
The only place our code refers to PrimitiveValue is for mogenerated code.
(NSNumber*)primitiveValue;
(void)setPrimitiveValue:(NSNumber*)value;
No code changed on our side. It has been working fine for 3 years and gone through 20 App approvals so far.
Is this a known issue that other people have run into?
I am not sure what our options are.
The text was updated successfully, but these errors were encountered:
Our app just got rejected by Apple.
Your app uses or references the following non-public APIs:
primitiveValue
The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change.
The only place our code refers to PrimitiveValue is for mogenerated code.
No code changed on our side. It has been working fine for 3 years and gone through 20 App approvals so far.
Is this a known issue that other people have run into?
I am not sure what our options are.
The text was updated successfully, but these errors were encountered: